From b5521ca7c21bece38903e679c8e955642be4736a Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 28 May 2016 23:29:15 +0200 Subject: [PATCH] All the vec4 geometry functions have SIMD optimizations --- glm/detail/func_geometric.inl | 22 ++++++++++++++++++++-- glm/detail/func_geometric_simd.inl | 12 ++++-------- 2 files changed, 24 insertions(+), 10 deletions(-) diff --git a/glm/detail/func_geometric.inl b/glm/detail/func_geometric.inl index 0d7a5484..ddf2a9a0 100644 --- a/glm/detail/func_geometric.inl +++ b/glm/detail/func_geometric.inl @@ -10,6 +10,24 @@ namespace glm{ namespace detail { + template