Fixed SIMD code path selection

master
Christophe Riccio ago%!(EXTRA string=9 years)
parent 9f00ba86cb
commit d0e746e292
  1. 2
      glm/detail/type_vec4.hpp

@ -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…
Cancel
Save