diff --git a/glm/detail/func_integer_simd.inl b/glm/detail/func_integer_simd.inl index 4e5820b4..544a6220 100644 --- a/glm/detail/func_integer_simd.inl +++ b/glm/detail/func_integer_simd.inl @@ -32,7 +32,6 @@ namespace detail template struct compute_bitfieldBitCountStep { - template GLM_FUNC_QUALIFIER static tvec4 call(tvec4 const & v, uint32 Mask, uint32 Shift) { __m128i const set0 = v.data;