mirror of
https://github.com/g-truc/glm.git
synced 2024-11-26 18:24:35 +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];
|
typedef T type[4];
|
||||||
};
|
};
|
||||||
|
|
||||||
# if (GLM_ARCH & GLM_ARCH_SSE2)
|
# if (GLM_ARCH & GLM_ARCH_SSE2_FLAG)
|
||||||
template <>
|
template <>
|
||||||
struct simd_data<float>
|
struct simd_data<float>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user