Fixed build

master
Christophe Riccio ago%!(EXTRA string=9 years)
parent 3f74efa2e0
commit 8b9d205178
  1. 3
      glm/detail/type_vec4.inl

@ -68,7 +68,6 @@ namespace detail
return tvec4<T, P>(a.x / b.x, a.y / b.y, a.z / b.z, a.w / b.w);
}
};
<<<<<<< HEAD
template <typename T, precision P>
struct compute_vec4_mod
@ -123,8 +122,6 @@ namespace detail
return tvec4<T, P>(a.x >> b.x, a.y >> b.y, a.z >> b.z, a.w >> b.w);
}
};
=======
>>>>>>> simd
}//namespace detail
// -- Implicit basic constructors --

Loading…
Cancel
Save