From 89324cef0ae2ff80415ff87bb47498353c0df77e Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Mon, 30 May 2016 18:34:23 +0200 Subject: [PATCH] Fixed GCC build --- glm/detail/func_integer_simd.inl | 1 - 1 file changed, 1 deletion(-) 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;