arm, neon: fix neon support on GCC ARM

This commit is contained in:
Recep Aslantas
2024-04-06 14:23:36 +03:00
parent 87350f809b
commit bd941ed7fb

View File

@@ -100,7 +100,7 @@
#else /* non-windows */
# if defined(__ARM_NEON) || defined(__ARM_NEON__)
# include <arm_neon.h>
# if defined(__ARM_NEON_FP)
# if defined(__ARM_NEON_FP) || defined(__ARM_FP)
# define CGLM_NEON_FP 1
# endif
# ifndef CGLM_SIMD_ARM