mirror of
https://github.com/g-truc/glm.git
synced 2025-04-16 10:16:11 +00:00
Fix ARM macOS C.I.
This commit is contained in:
parent
a5d342a0d9
commit
37dbbdc90b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#include <glm/glm.hpp>
|
||||
|
||||
#if GLM_CONFIG_ALIGNED_GENTYPES == GLM_ENABLE
|
||||
#if GLM_CONFIG_ALIGNED_GENTYPES == GLM_ENABLE && !defined(GLM_FORCE_NEON) // This test file timeout on Github C.I. macOS when GLM_FORCE_NEON is defined..
|
||||
#include <glm/gtc/type_aligned.hpp>
|
||||
#include <glm/gtc/type_precision.hpp>
|
||||
#include <glm/ext/scalar_relational.hpp>
|
||||
|
|
Loading…
Add table
Reference in a new issue