From 70ee556ebdd87ee8e7813a497882206d990c62e3 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Fri, 3 Oct 2025 19:41:29 +0800 Subject: Re-deactivate GLM_FORCE_NEON on Windows ARM64 See commit f5de250c3e74ecc8eb658d0b070c0884616f041d --- indra/llcommon/llpreprocessor.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.3