From 6e9b524be15247802ceae6ff0cc0e0be390ed31a Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Thu, 14 Jul 2016 15:21:45 +0200 Subject: [PATCH] Fixed matrix functions using SIMD code on unaligned types #518 --- glm/detail/func_matrix.inl | 76 +++++++++++++++---------------- glm/detail/func_matrix_simd.inl | 10 ++-- test/core/core_func_geometric.cpp | 7 +++ 3 files changed, 51 insertions(+), 42 deletions(-) diff --git a/glm/detail/func_matrix.inl b/glm/detail/func_matrix.inl index 98f768ec..fcd1de30 100644 --- a/glm/detail/func_matrix.inl +++ b/glm/detail/func_matrix.inl @@ -7,7 +7,7 @@ namespace glm{ namespace detail { - template