OpenGL Mathematics (GLM)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
 
 
 
Christophe Riccio 9c6de96669 Specialized SIMD == and != operators ago%!(EXTRA string=9 years)
..
_features.hpp Removed Apple specific check for LLVM versions ago%!(EXTRA string=9 years)
_fixes.hpp Reorganized SIMD code ago%!(EXTRA string=9 years)
_noise.hpp Reorganized SIMD code ago%!(EXTRA string=9 years)
_swizzle.hpp Reorganized SIMD code ago%!(EXTRA string=9 years)
_swizzle_func.hpp Reorganized SIMD code ago%!(EXTRA string=9 years)
_vectorize.hpp Reorganized SIMD code ago%!(EXTRA string=9 years)
dummy.cpp Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
func_common.hpp Reorganized SIMD code ago%!(EXTRA string=9 years)
func_common.inl Fixed build with compiler that doesn't support GLM_HAS_UNRESTRICTED_UNIONS ago%!(EXTRA string=9 years)
func_common_simd.inl Added specialized SSE2 and AVX bool mix ago%!(EXTRA string=9 years)
func_exponential.hpp Reorganized SIMD code ago%!(EXTRA string=9 years)
func_exponential.inl Reorganized SIMD code ago%!(EXTRA string=9 years)
func_geometric.hpp Reorganized SIMD code ago%!(EXTRA string=9 years)
func_geometric.inl Removed simd precision qualifier. All precision qualifiers may generate SIMD instructions, precision may affect the generated instructions accordingly ago%!(EXTRA string=9 years)
func_geometric_simd.inl Removed simd precision qualifier. All precision qualifiers may generate SIMD instructions, precision may affect the generated instructions accordingly ago%!(EXTRA string=9 years)
func_integer.hpp Reorganized SIMD code ago%!(EXTRA string=9 years)
func_integer.inl Fixed CUDA compiler error in type_vec4.inl #504 ago%!(EXTRA string=9 years)
func_integer_simd.inl Reorganized SIMD code ago%!(EXTRA string=9 years)
func_matrix.hpp Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
func_matrix.inl Removed simd precision qualifier. All precision qualifiers may generate SIMD instructions, precision may affect the generated instructions accordingly ago%!(EXTRA string=9 years)
func_matrix_simd.inl Removed simd precision qualifier. All precision qualifiers may generate SIMD instructions, precision may affect the generated instructions accordingly ago%!(EXTRA string=9 years)
func_packing.hpp Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
func_packing.inl Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
func_trigonometric.hpp Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
func_trigonometric.inl Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
func_vector_relational.hpp Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
func_vector_relational.inl Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
glm.cpp Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
precision.hpp Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
setup.hpp Added NEON, MIPS and PowerPC detection ago%!(EXTRA string=9 years)
type_float.hpp Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_gentype.hpp Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_gentype.inl Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_half.hpp Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_half.inl Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_int.hpp Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_mat.hpp Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_mat.inl Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_mat2x2.hpp Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_mat2x2.inl Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_mat2x3.hpp Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_mat2x3.inl Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_mat2x4.hpp Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_mat2x4.inl Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_mat3x2.hpp Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_mat3x2.inl Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_mat3x3.hpp Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_mat3x3.inl Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_mat3x4.hpp Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_mat3x4.inl Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_mat4x2.hpp Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_mat4x2.inl Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_mat4x3.hpp Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_mat4x3.inl Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_mat4x4.hpp Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_mat4x4.inl Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_mat4x4_simd.inl Improved SIMD and swizzle operators interactions with GCC and Clang, Added raw SIMD API. ago%!(EXTRA string=9 years)
type_vec.hpp Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_vec.inl Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_vec1.hpp Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_vec1.inl Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_vec2.hpp Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_vec2.inl Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_vec3.hpp Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_vec3.inl Simplify and more consistency for files headers ago%!(EXTRA string=9 years)
type_vec4.hpp Added AVX2 bitwise optimization ago%!(EXTRA string=9 years)
type_vec4.inl Added vec4 SIMD contructor specialization ago%!(EXTRA string=9 years)
type_vec4_simd.inl Specialized SIMD == and != operators ago%!(EXTRA string=9 years)