Browse Source

Enable test for NEON

Adam Lusch 8 months ago
parent
commit
4b6e9a5d6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/gtc/gtc_type_aligned.cpp

+ 1 - 1
test/gtc/gtc_type_aligned.cpp

@@ -1,6 +1,6 @@
 #include <glm/glm.hpp>
 
-#if GLM_CONFIG_ALIGNED_GENTYPES == GLM_ENABLE && !(GLM_ARCH & GLM_ARCH_NEON_BIT) // Fail on Github macOS latest C.I.
+#if GLM_CONFIG_ALIGNED_GENTYPES == GLM_ENABLE
 #include <glm/gtc/type_aligned.hpp>
 #include <glm/gtc/type_precision.hpp>
 #include <glm/ext/scalar_relational.hpp>