summaryrefslogtreecommitdiff
path: root/indra/llcommon/llpreprocessor.h
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-10-03 19:41:29 +0800
committerErik Kundiman <erik@megapahit.org>2025-10-03 19:41:29 +0800
commit70ee556ebdd87ee8e7813a497882206d990c62e3 (patch)
tree900d87fbd3d3e03ad9b6f233129d9fca810503b2 /indra/llcommon/llpreprocessor.h
parent16b59f39141aadd02ece0efc47f46ce9ec879845 (diff)
Re-deactivate GLM_FORCE_NEON on Windows ARM64
See commit f5de250c3e74ecc8eb658d0b070c0884616f041d
Diffstat (limited to 'indra/llcommon/llpreprocessor.h')
-rw-r--r--indra/llcommon/llpreprocessor.h2
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