mirror of
https://github.com/g-truc/glm.git
synced 2025-04-07 22:40:17 +00:00
Fixed SIMD code path selection
This commit is contained in:
parent
9f00ba86cb
commit
d0e746e292
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ namespace detail
|
|||
typedef T type[4];
|
||||
};
|
||||
|
||||
# if (GLM_ARCH & GLM_ARCH_SSE2)
|
||||
# if (GLM_ARCH & GLM_ARCH_SSE2_FLAG)
|
||||
template <>
|
||||
struct simd_data<float>
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue