mirror of
https://github.com/g-truc/glm.git
synced 2025-04-07 22:40:17 +00:00
Fixed platform detection typo #805
This commit is contained in:
parent
329f0e46f1
commit
88278df477
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue