Browse Source

Fix macOS C.I. issue

Christophe 10 months ago
parent
commit
08a6421adb
1 changed files with 1 additions and 4 deletions
  1. 1 4
      test/core/core_force_intrinsics.cpp

+ 1 - 4
test/core/core_force_intrinsics.cpp

@@ -1,7 +1,4 @@
-#ifndef GLM_FORCE_INTRINSICS
-#	define GLM_FORCE_INTRINSICS
-#endif//GLM_FORCE_INTRINSICS
-//#define GLM_FORCE_DEFAULT_ALIGNED_GENTYPES
+#define GLM_FORCE_INTRINSICS
 #define GLM_FORCE_SWIZZLE
 #define GLM_FORCE_SWIZZLE
 #include <glm/ext/scalar_constants.hpp>
 #include <glm/ext/scalar_constants.hpp>
 #include <glm/ext/vector_relational.hpp>
 #include <glm/ext/vector_relational.hpp>