mirror of
https://github.com/g-truc/glm.git
synced 2024-11-12 21:31:47 +00:00
Fixed GCC build
This commit is contained in:
parent
a472f50767
commit
099bef4d16
@ -631,7 +631,7 @@ namespace bitfieldInterleave
|
|||||||
std::printf("glm::detail::bitfieldInterleave Time %d clocks\n", static_cast<unsigned int>(Time));
|
std::printf("glm::detail::bitfieldInterleave Time %d clocks\n", static_cast<unsigned int>(Time));
|
||||||
}
|
}
|
||||||
|
|
||||||
# if(GLM_ARCH != GLM_ARCH_PURE)
|
# if(GLM_ARCH != GLM_ARCH_PURE && !(GLM_COMPILER & GLM_COMPILER_GCC))
|
||||||
{
|
{
|
||||||
// SIMD
|
// SIMD
|
||||||
std::vector<__m128i> SimdData;
|
std::vector<__m128i> SimdData;
|
||||||
|
Loading…
Reference in New Issue
Block a user