-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calling native cpuid obviously doesn't work in windows with Visual studio compiler #17
Comments
Hey, Best regards |
I have just compiled the file with the changes @wireshrink suggested for the I have then taken the code to a RHEL 6 machine with GCC 4.4.7 and it still works. Using the -Wall switch of course complains that main doesn't return a value. |
Can clarify this change worked for me on Windows 10 with VS Pro 2015. Couldn't get the original version to work at all |
Thanks guys! 14acc2b |
(Who needs it at all, anyway) ?
With visual studio compiler it should look like
I know that it works in windows but unfortunately can not check that it still works in other places.
The text was updated successfully, but these errors were encountered: