From 1742595502e62222ff5fd4c86c838d4ceced37de Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Wed, 9 Feb 2011 14:00:00 +0000 Subject: [PATCH 1/2] Removed file from a previously delete extension --- glm/gtx/comparison.inl | 76 ------------------------------------------ 1 file changed, 76 deletions(-) delete mode 100644 glm/gtx/comparison.inl 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 From 733beba8ceccfced9555bb10f7abfb6a8ea7d405 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Wed, 9 Feb 2011 14:01:05 +0000 Subject: [PATCH 2/2] Removed files --- glm/gtx/simd_common.hpp | 0 glm/gtx/simd_common.inl | 0 glm/gtx/simd_geometric.hpp | 0 glm/gtx/simd_geometric.inl | 0 4 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 glm/gtx/simd_common.hpp delete mode 100644 glm/gtx/simd_common.inl delete mode 100644 glm/gtx/simd_geometric.hpp delete mode 100644 glm/gtx/simd_geometric.inl 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