Fixed platform detection typo #805
This commit is contained in:
parent
329f0e46f1
commit
88278df477
@ -236,7 +236,7 @@
|
||||
#define GLM_ARCH_AVX_BIT (0x00000080)
|
||||
#define GLM_ARCH_AVX2_BIT (0x00000100)
|
||||
|
||||
#define GLM_ARCH_UNKNOWED (0)
|
||||
#define GLM_ARCH_UNKNOWN (0)
|
||||
#define GLM_ARCH_X86 (GLM_ARCH_X86_BIT)
|
||||
#define GLM_ARCH_SSE (GLM_ARCH_SSE_BIT | GLM_ARCH_SIMD_BIT | GLM_ARCH_X86)
|
||||
#define GLM_ARCH_SSE2 (GLM_ARCH_SSE2_BIT | GLM_ARCH_SSE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user