Fix macOS C.I.

This commit is contained in:
christophe 2025-01-22 09:12:28 +01:00
parent 242233ea20
commit fe26a526cd
2 changed files with 2 additions and 5 deletions

View file

@ -245,7 +245,8 @@ elseif(GLM_ENABLE_SIMD_SSE2)
endif()
message(STATUS "GLM: SSE2 instruction set")
elseif(GLM_ENABLE_SIMD_NEON)
add_definitions(-DGLM_FORCE_NEON)
add_definitions(-DGLM_FORCE_INTRINSICS)
message(STATUS "GLM: ARM NEON instruction set")
endif()

View file

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