mirror of
https://github.com/g-truc/glm.git
synced 2024-11-23 01:14:34 +00: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…
Reference in New Issue
Block a user