mirror of
https://github.com/recp/cglm.git
synced 2025-12-24 04:22:36 +00:00
arm, neon: fix neon support on GCC ARM
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user