mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
arm, neon: fix neon support on GCC ARM
This commit is contained in:
@@ -100,7 +100,7 @@
|
|||||||
#else /* non-windows */
|
#else /* non-windows */
|
||||||
# if defined(__ARM_NEON) || defined(__ARM_NEON__)
|
# if defined(__ARM_NEON) || defined(__ARM_NEON__)
|
||||||
# include <arm_neon.h>
|
# include <arm_neon.h>
|
||||||
# if defined(__ARM_NEON_FP)
|
# if defined(__ARM_NEON_FP) || defined(__ARM_FP)
|
||||||
# define CGLM_NEON_FP 1
|
# define CGLM_NEON_FP 1
|
||||||
# endif
|
# endif
|
||||||
# ifndef CGLM_SIMD_ARM
|
# ifndef CGLM_SIMD_ARM
|
||||||
|
|||||||
Reference in New Issue
Block a user