Browse Source

Fix macOS C.I. test

christophe 10 months ago
parent
commit
242233ea20
1 changed files with 4 additions and 0 deletions
  1. 4 0
      test/core/core_force_intrinsics.cpp

+ 4 - 0
test/core/core_force_intrinsics.cpp

@@ -11,6 +11,10 @@
 #include <ctime>
 #include <ctime>
 #include <vector>
 #include <vector>
 
 
+#ifdef GLM_FORCE_INTRINSICS
+#pragma message("GLM_FORCE_INTRINSICS is defined")
+#endif//
+
 static int test_vec4_ctor()
 static int test_vec4_ctor()
 {
 {
 	int Error = 0;
 	int Error = 0;