glm/glm/detail
Christophe Riccio 89324cef0a Fixed GCC build
2016-05-30 18:34:23 +02:00
..
_features.hpp Removed Apple specific check for LLVM versions 2016-05-04 18:46:59 +02:00
_fixes.hpp Reorganized SIMD code 2016-05-01 12:29:11 +02:00
_noise.hpp Reorganized SIMD code 2016-05-01 12:29:11 +02:00
_swizzle_func.hpp Reorganized SIMD code 2016-05-01 12:29:11 +02:00
_swizzle.hpp Refactoring of swizzle operators, preparing for vec4 swizzle SIMD optimizations 2016-05-30 01:39:16 +02:00
_vectorize.hpp Reorganized SIMD code 2016-05-01 12:29:11 +02:00
dummy.cpp Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
func_common_simd.inl Refactored low level SIMD API, refract SIMD optimization 2016-05-29 20:29:16 +02:00
func_common.hpp Reorganized SIMD code 2016-05-01 12:29:11 +02:00
func_common.inl SIMD common functions optimizations 2016-05-29 19:14:39 +02:00
func_exponential_simd.inl Refactored low level SIMD API, refract SIMD optimization 2016-05-29 20:29:16 +02:00
func_exponential.hpp Reorganized SIMD code 2016-05-01 12:29:11 +02:00
func_exponential.inl SIMD sqrt optimizations including lowp 2016-05-29 02:57:53 +02:00
func_geometric_simd.inl Refactored low level SIMD API, refract SIMD optimization 2016-05-29 20:29:16 +02:00
func_geometric.hpp Reorganized SIMD code 2016-05-01 12:29:11 +02:00
func_geometric.inl Refactored low level SIMD API, refract SIMD optimization 2016-05-29 20:29:16 +02:00
func_integer_simd.inl Fixed GCC build 2016-05-30 18:34:23 +02:00
func_integer.hpp Reorganized SIMD code 2016-05-01 12:29:11 +02:00
func_integer.inl Added SIMD integer operations optimizations 2016-05-30 15:38:47 +02:00
func_matrix_simd.inl SIMD matrix functions optimizations 2016-05-30 18:01:06 +02:00
func_matrix.hpp Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
func_matrix.inl SIMD matrix functions optimizations 2016-05-30 18:01:06 +02:00
func_packing_simd.inl Fixed SIMD code path selection 2016-05-28 17:54:37 +02:00
func_packing.hpp Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
func_packing.inl mad optimizations, fixed build 2016-05-28 17:12:48 +02:00
func_trigonometric_simd.inl Added AVX optimizations and equal tests 2016-05-30 14:23:58 +02:00
func_trigonometric.hpp Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
func_trigonometric.inl Added AVX optimizations and equal tests 2016-05-30 14:23:58 +02:00
func_vector_relational_simd.inl Fixed SIMD code path selection 2016-05-28 17:54:37 +02:00
func_vector_relational.hpp Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
func_vector_relational.inl mad optimizations, fixed build 2016-05-28 17:12:48 +02:00
glm.cpp Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
precision.hpp Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
setup.hpp Fixed SIMD code path selection 2016-05-28 18:24:39 +02:00
type_float.hpp Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_gentype.hpp Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_gentype.inl Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_half.hpp Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_half.inl Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_int.hpp Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_mat2x2.hpp Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_mat2x2.inl Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_mat2x3.hpp Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_mat2x3.inl Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_mat2x4.hpp Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_mat2x4.inl Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_mat3x2.hpp Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_mat3x2.inl Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_mat3x3.hpp Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_mat3x3.inl Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_mat3x4.hpp Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_mat3x4.inl Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_mat4x2.hpp Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_mat4x2.inl Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_mat4x3.hpp Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_mat4x3.inl Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_mat4x4_simd.inl Improved SIMD and swizzle operators interactions with GCC and Clang, Added raw SIMD API. 2016-05-03 23:57:41 +02:00
type_mat4x4.hpp Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_mat4x4.inl Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_mat.hpp Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_mat.inl Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_vec1.hpp Refactoring of swizzle operators, preparing for vec4 swizzle SIMD optimizations 2016-05-30 01:39:16 +02:00
type_vec1.inl Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_vec2.hpp Refactoring of swizzle operators, preparing for vec4 swizzle SIMD optimizations 2016-05-30 01:39:16 +02:00
type_vec2.inl Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_vec3.hpp Refactoring of swizzle operators, preparing for vec4 swizzle SIMD optimizations 2016-05-30 01:39:16 +02:00
type_vec3.inl Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_vec4_simd.inl Added AVX optimizations and equal tests 2016-05-30 14:23:58 +02:00
type_vec4.hpp Adde vec4 swizzle operators SIMD optimizations 2016-05-30 02:00:32 +02:00
type_vec4.inl Added vec4 SIMD contructor specialization 2016-05-28 01:33:29 +02:00
type_vec.hpp Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00
type_vec.inl Simplify and more consistency for files headers 2016-05-23 22:55:49 +02:00