Fixed SIMD code path selection
This commit is contained in:
@@ -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>
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user