Fixed SIMD code path selection

This commit is contained in:
Christophe Riccio 2016-05-28 17:55:24 +02:00
parent 9f00ba86cb
commit d0e746e292

View File

@ -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>
{