diff --git a/glm/gtx/comparison.inl b/glm/gtx/comparison.inl deleted file mode 100644 index 0c8f8fa5..00000000 --- a/glm/gtx/comparison.inl +++ /dev/null @@ -1,76 +0,0 @@ -/////////////////////////////////////////////////////////////////////////////////////////////////// -// OpenGL Mathematics Copyright (c) 2005 - 2011 G-Truc Creation (www.g-truc.net) -/////////////////////////////////////////////////////////////////////////////////////////////////// -// Created : 2008-06-22 -// Updated : 2008-10-27 -// Licence : This source is under MIT License -// File : glm/gtx/comparison.inl -/////////////////////////////////////////////////////////////////////////////////////////////////// - -namespace glm{ -namespace gtx{ -namespace comparison{ -/* -template -inline bool operator== -( - detail::tvec2 const & x, - detail::tvec2 const & y -) -{ - return glm::all(glm::equal(x, y)); -} - -template -inline bool operator== -( - detail::tvec3 const & x, - detail::tvec3 const & y -) -{ - return glm::all(glm::equal(x, y)); -} - -template -inline bool operator== -( - detail::tvec4 const & x, - detail::tvec4 const & y -) -{ - return glm::all(glm::equal(x, y)); -} - -template -inline bool operator!= -( - detail::tvec2 const & x, - detail::tvec2 const & y -) -{ - return glm::any(glm::notEqual(x, y)); -} - -template -inline bool operator!= -( - detail::tvec3 const & x, - detail::tvec3 const & y -) -{ - return glm::any(glm::notEqual(x, y)); -} - -template -inline bool operator!= -( - detail::tvec4 const & x, - detail::tvec4 const & y -) -{ - return glm::any(glm::notEqual(x, y)); -} -*/ -}//namespace comparison -}//namespace gtx -}//namespace glm diff --git a/glm/gtx/simd_common.hpp b/glm/gtx/simd_common.hpp deleted file mode 100644 index e69de29b..00000000 diff --git a/glm/gtx/simd_common.inl b/glm/gtx/simd_common.inl deleted file mode 100644 index e69de29b..00000000 diff --git a/glm/gtx/simd_geometric.hpp b/glm/gtx/simd_geometric.hpp deleted file mode 100644 index e69de29b..00000000 diff --git a/glm/gtx/simd_geometric.inl b/glm/gtx/simd_geometric.inl deleted file mode 100644 index e69de29b..00000000