diff options
Diffstat (limited to 'indra/llcommon/llpreprocessor.h')
| -rw-r--r-- | indra/llcommon/llpreprocessor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/llpreprocessor.h b/indra/llcommon/llpreprocessor.h index cbcaf47cd2..7e2d0b47f7 100644 --- a/indra/llcommon/llpreprocessor.h +++ b/indra/llcommon/llpreprocessor.h @@ -203,11 +203,13 @@ #define LL_PRETTY_FUNCTION __PRETTY_FUNCTION__ #endif +#ifndef _M_ARM64 #if LL_ARM64 #define GLM_FORCE_NEON 1 #else #define GLM_FORCE_SSE2 1 #endif +#endif #if LL_ARM64 #define KDU_NEON_INTRINSICS 1 |
