We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We use compiler builtins on gcc Similar functions exist for MSVC Some implementations: http://stackoverflow.com/questions/355967/how-to-use-msvc-intrinsics-to-get-the-equivalent-of-this-gcc-code http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/support/win32/support.h?view=markup#l124
The text was updated successfully, but these errors were encountered:
Yeah, this is on my TODO list, but I didn't have time to work on it yet. Thanks for the suggestion.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
We use compiler builtins on gcc
Similar functions exist for MSVC
Some implementations:
http://stackoverflow.com/questions/355967/how-to-use-msvc-intrinsics-to-get-the-equivalent-of-this-gcc-code
http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/support/win32/support.h?view=markup#l124
The text was updated successfully, but these errors were encountered: