We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11bff7 commit af69cb1Copy full SHA for af69cb1
test/gtc/gtc_type_aligned.cpp
@@ -1,6 +1,6 @@
1
#include <glm/glm.hpp>
2
3
-#if GLM_CONFIG_ALIGNED_GENTYPES == GLM_ENABLE && !defined(GLM_FORCE_NEON)
+#if GLM_CONFIG_ALIGNED_GENTYPES == GLM_ENABLE && !(GLM_ARCH & GLM_ARCH_NEON_BIT) // Fail on Github macOS latest C.I.
4
#include <glm/gtc/type_aligned.hpp>
5
#include <glm/gtc/type_precision.hpp>
6
#include <glm/ext/scalar_relational.hpp>
0 commit comments