Skip to content

Commit

Permalink
Fix macOS C.I.
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe committed Jan 22, 2025
1 parent 242233e commit fe26a52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
4 changes: 0 additions & 4 deletions test/core/core_force_intrinsics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fe26a52

Please sign in to comment.