From af69cb1a6e272ad3c9e7c7c35c7ef0012e4ac0e5 Mon Sep 17 00:00:00 2001 From: christophe Date: Wed, 22 Jan 2025 10:20:01 +0100 Subject: [PATCH] Fix macOS C.I. --- test/gtc/gtc_type_aligned.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gtc/gtc_type_aligned.cpp b/test/gtc/gtc_type_aligned.cpp index b63df259..19a3aafc 100644 --- a/test/gtc/gtc_type_aligned.cpp +++ b/test/gtc/gtc_type_aligned.cpp @@ -1,6 +1,6 @@ #include -#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 #include #include