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
opengl_tools/glm/test/core/core_func_integer.cpp:590:33: error: ‘_BitScanReverse’ was not declared in this scope _BitScanReverse(&Result, Value);
opengl_tools/glm/test/core/core_func_integer.cpp:954:33: error: ‘_BitScanForward’ was not declared in this scope _BitScanForward(&Result, Value);
_BitScanReverse and _BitScanForward is MSVC specific functions
The text was updated successfully, but these errors were encountered:
Merge pull request #279 from cjuniet/master
1a2a121
Fix MSVC intrinsics detection #279 #278
This issue is now fixed in GLM 0.9.6 and master branches.
Thanks for reporting, Christophe
Sorry, something went wrong.
Groovounet
No branches or pull requests
opengl_tools/glm/test/core/core_func_integer.cpp:590:33: error: ‘_BitScanReverse’ was not declared in this scope
_BitScanReverse(&Result, Value);
opengl_tools/glm/test/core/core_func_integer.cpp:954:33: error: ‘_BitScanForward’ was not declared in this scope
_BitScanForward(&Result, Value);
_BitScanReverse and _BitScanForward is MSVC specific functions
The text was updated successfully, but these errors were encountered: