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 c11bff7 commit af69cb1
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 && !defined(GLM_FORCE_NEON)
#if GLM_CONFIG_ALIGNED_GENTYPES == GLM_ENABLE && !(GLM_ARCH & GLM_ARCH_NEON_BIT) // Fail on Github macOS latest C.I.
#include <glm/gtc/type_aligned.hpp>
#include <glm/gtc/type_precision.hpp>
#include <glm/ext/scalar_relational.hpp>
Expand Down

0 comments on commit af69cb1

Please sign in to comment.