mirror of
https://github.com/g-truc/glm.git
synced 2025-04-04 13:05:00 +00:00
Fix macOS C.I.
This commit is contained in:
parent
242233ea20
commit
fe26a526cd
2 changed files with 2 additions and 5 deletions
|
@ -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()
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue