diff options
Diffstat (limited to 'PxShared/src/foundation/include/PsVecMath.h')
| -rw-r--r-- | PxShared/src/foundation/include/PsVecMath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PxShared/src/foundation/include/PsVecMath.h b/PxShared/src/foundation/include/PsVecMath.h index ffd2de86..bf60c756 100644 --- a/PxShared/src/foundation/include/PsVecMath.h +++ b/PxShared/src/foundation/include/PsVecMath.h @@ -48,7 +48,7 @@ // enable/disable SIMD #if !defined(PX_SIMD_DISABLED) -#if PX_INTEL_FAMILY && (!defined(__EMSCRIPTEN__) || defined(__SSE2__)) +#if PX_INTEL_FAMILY && (!PX_EMSCRIPTEN || defined(__SSE2__)) #define COMPILE_VECTOR_INTRINSICS 1 #elif PX_ANDROID&& PX_NEON #define COMPILE_VECTOR_INTRINSICS 1 |