From 4b6e9a5d6f788923172eaa96e1e32bf67ce6ac1c Mon Sep 17 00:00:00 2001 From: Adam Lusch Date: Fri, 21 Mar 2025 17:41:12 -0500 Subject: [PATCH] Enable test for NEON --- 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 fd76c2f74..e76bea3d7 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 && !(GLM_ARCH & GLM_ARCH_NEON_BIT) // Fail on Github macOS latest C.I. +#if GLM_CONFIG_ALIGNED_GENTYPES == GLM_ENABLE #include #include #include