diff --git a/src/vectormath/sse/vectormath_aos.h b/src/vectormath/sse/vectormath_aos.h index 5b0977020..961f3358c 100644 --- a/src/vectormath/sse/vectormath_aos.h +++ b/src/vectormath/sse/vectormath_aos.h @@ -50,11 +50,13 @@ #define VECTORMATH_FORCE_INLINE inline #endif//_WIN32 - +#ifdef __SSE3__ #define USE_SSE2_LDDQU #ifdef USE_SSE2_LDDQU #include //_mm_lddqu_si128 #endif //USE_SSE2_LDDQU +#endif //__SSE3__ + // TODO: Tidy typedef __m128 vec_float4;