mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Added missing genType check for bitCount and bitfieldReverse #893
This commit is contained in:
parent
f4b3fc7733
commit
b8e5f55368
@ -63,6 +63,7 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
|
|||||||
#### Improvements:
|
#### Improvements:
|
||||||
- Added Visual C++ 2019 detection
|
- Added Visual C++ 2019 detection
|
||||||
- Added Visual C++ 2017 15.8 and 15.9 detection
|
- Added Visual C++ 2017 15.8 and 15.9 detection
|
||||||
|
- Added missing genType check for bitCount and bitfieldReverse #893
|
||||||
|
|
||||||
#### Fixes:
|
#### Fixes:
|
||||||
- Fixed for g++6 where -std=c++1z sets __cplusplus to 201500 instead of 201402 #921
|
- Fixed for g++6 where -std=c++1z sets __cplusplus to 201500 instead of 201402 #921
|
||||||
|
Loading…
Reference in New Issue
Block a user