Browse Source

Fixed GCC build

Christophe Riccio 9 years ago
parent
commit
89324cef0a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      glm/detail/func_integer_simd.inl

+ 0 - 1
glm/detail/func_integer_simd.inl

@@ -32,7 +32,6 @@ namespace detail
 	template <glm::precision P>
 	template <glm::precision P>
 	struct compute_bitfieldBitCountStep<uint32, P, tvec4, true>
 	struct compute_bitfieldBitCountStep<uint32, P, tvec4, true>
 	{
 	{
-		template <glm::precision P>
 		GLM_FUNC_QUALIFIER static tvec4<uint32, P> call(tvec4<uint32, P> const & v, uint32 Mask, uint32 Shift)
 		GLM_FUNC_QUALIFIER static tvec4<uint32, P> call(tvec4<uint32, P> const & v, uint32 Mask, uint32 Shift)
 		{
 		{
 			__m128i const set0 = v.data;
 			__m128i const set0 = v.data;