mirror of
https://github.com/icaven/glm.git
synced 2025-12-07 17:26:50 +08:00
Fixed SIMD code path selection
This commit is contained in:
parent
9f00ba86cb
commit
d0e746e292
@ -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…
x
Reference in New Issue
Block a user