Skip to content

Commit

Permalink
Fix ARM macOS C.I.
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-lunarg committed Jan 21, 2025
1 parent a5d342a commit 37dbbdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gtc/gtc_type_aligned.cpp
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 37dbbdc

Please sign in to comment.