diff --git a/src/raymath.h b/src/raymath.h index 9398258dd076..7b3e6078c9db 100644 --- a/src/raymath.h +++ b/src/raymath.h @@ -84,6 +84,11 @@ #endif #endif +// Default define for RAYMATH_USE_SIMD_INTRINSICS +#ifndef RAYMATH_USE_SIMD_INTRINSICS + #define RAYMATH_USE_SIMD_INTRINSICS 0 +#endif + //---------------------------------------------------------------------------------- // Defines and Macros //----------------------------------------------------------------------------------