Adds missing macro define for RAYMATH_USE_SIMD_INTRINSICS
This commit is contained in:
parent
0f98d78a67
commit
b1d34a7575
|
|
@ -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
|
||||
//----------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user