Skip to content
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

failed to compile tests using gcc #278

Closed
mourogurt opened this issue Nov 27, 2014 · 1 comment
Closed

failed to compile tests using gcc #278

mourogurt opened this issue Nov 27, 2014 · 1 comment
Assignees
Labels
Milestone

Comments

@mourogurt
Copy link

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

Groovounet added a commit that referenced this issue Nov 29, 2014
Fix MSVC intrinsics detection #279 #278
@Groovounet Groovounet added the bug label Nov 29, 2014
@Groovounet Groovounet added this to the GLM 0.9.6 milestone Nov 29, 2014
@Groovounet Groovounet self-assigned this Nov 29, 2014
@Groovounet
Copy link
Member

This issue is now fixed in GLM 0.9.6 and master branches.

Thanks for reporting,
Christophe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants