From 8b9d205178599dd8d7612b9a4fd1264020368505 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Mon, 23 May 2016 21:57:26 +0200 Subject: [PATCH] Fixed build --- glm/detail/type_vec4.inl | 3 --- 1 file changed, 3 deletions(-) diff --git a/glm/detail/type_vec4.inl b/glm/detail/type_vec4.inl index d2580918..79bbb422 100644 --- a/glm/detail/type_vec4.inl +++ b/glm/detail/type_vec4.inl @@ -68,7 +68,6 @@ namespace detail return tvec4(a.x / b.x, a.y / b.y, a.z / b.z, a.w / b.w); } }; -<<<<<<< HEAD template struct compute_vec4_mod @@ -123,8 +122,6 @@ namespace detail return tvec4(a.x >> b.x, a.y >> b.y, a.z >> b.z, a.w >> b.w); } }; -======= ->>>>>>> simd }//namespace detail // -- Implicit basic constructors --