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 242233e commit fe26a52Copy full SHA for fe26a52
CMakeLists.txt
@@ -245,7 +245,8 @@ elseif(GLM_ENABLE_SIMD_SSE2)
245
endif()
246
message(STATUS "GLM: SSE2 instruction set")
247
elseif(GLM_ENABLE_SIMD_NEON)
248
- add_definitions(-DGLM_FORCE_NEON)
+ add_definitions(-DGLM_FORCE_INTRINSICS)
249
+
250
message(STATUS "GLM: ARM NEON instruction set")
251
252
test/core/core_force_intrinsics.cpp
@@ -11,10 +11,6 @@
11
#include <ctime>
12
#include <vector>
13
14
-#ifdef GLM_FORCE_INTRINSICS
15
-#pragma message("GLM_FORCE_INTRINSICS is defined")
16
-#endif//
17
-
18
static int test_vec4_ctor()
19
{
20
int Error = 0;
0 commit comments