Adds missing macro define for RAYMATH_USE_SIMD_INTRINSICS

This commit is contained in:
Lam Wei Lun 2026-04-29 02:30:39 +08:00
parent 0f98d78a67
commit b1d34a7575

View File

@ -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
//----------------------------------------------------------------------------------