glm/glm/detail
2023-12-26 00:01:23 +01:00
..
_features.hpp Reduce dependencies, added scalar EXT extensions 2018-08-12 23:27:02 +02:00
_fixes.hpp Reduce dependencies, added scalar EXT extensions 2018-08-12 23:27:02 +02:00
_noise.hpp Reduce dependencies, added scalar EXT extensions 2018-08-12 23:27:02 +02:00
_swizzle.hpp Fixed Clang warnings 2018-08-18 16:28:09 +02:00
_swizzle_func.hpp Reduce dependencies, added scalar EXT extensions 2018-08-12 23:27:02 +02:00
_vectorize.hpp Added findNSB functions and tests 2019-07-12 21:50:30 +02:00
compute_common.hpp Add GLM_FORCE_UNRESTRICTED_FLOAT to skip static assert when using not float types 2023-12-25 19:45:46 +01:00
compute_vector_relational.hpp Added vector relational tests 2018-07-26 23:33:10 +02:00
func_common.inl Add GLM_FORCE_UNRESTRICTED_FLOAT to skip static assert when using not float types 2023-12-25 19:45:46 +01:00
func_common_simd.inl Fixed SIMD build 2018-08-16 23:18:13 +02:00
func_exponential.inl Add GLM_FORCE_UNRESTRICTED_FLOAT to skip static assert when using not float types 2023-12-25 19:45:46 +01:00
func_exponential_simd.inl Refactor configuration macros 2018-07-31 23:05:48 +02:00
func_geometric.inl Revert "Add support for non aligned SIMD for vec4" 2023-12-20 22:33:20 +01:00
func_geometric_simd.inl [Aarch64] fix for glm::length 2020-02-05 17:48:31 -08:00
func_integer.inl fix: reinterpret_cast to explicit conversions #1123 2023-12-21 13:25:48 +01:00
func_integer_simd.inl Fixed SIMD build 2018-08-16 23:18:13 +02:00
func_matrix.inl Added *GLM_EXT_matrix_integer* with tests 2020-11-30 18:10:55 +01:00
func_matrix_simd.inl Merge pull request #1049 from borodust/aligned_bugfixes 2022-04-20 12:39:39 +02:00
func_packing.inl Reduce dependencies, added scalar EXT extensions 2018-08-12 23:27:02 +02:00
func_packing_simd.inl Reduce dependencies, added scalar EXT extensions 2018-08-12 23:27:02 +02:00
func_trigonometric.inl Add GLM_FORCE_UNRESTRICTED_FLOAT to skip static assert when using not float types 2023-12-25 19:45:46 +01:00
func_trigonometric_simd.inl Added AVX optimizations and equal tests 2016-05-30 14:23:58 +02:00
func_vector_relational.inl Reduce dependencies, added scalar EXT extensions 2018-08-12 23:27:02 +02:00
func_vector_relational_simd.inl Reduce dependencies, added scalar EXT extensions 2018-08-12 23:27:02 +02:00
glm.cpp Fixing 'GLM_ENABLE_EXPERIMENTAL macro redefined' warning 2019-03-28 13:24:35 +03:00
qualifier.hpp Revert "Add support for non aligned SIMD for vec4" 2023-12-20 22:33:20 +01:00
setup.hpp Refactor Visual Studio C.I. 2023-12-26 00:01:23 +01:00
type_float.hpp Fixed VC2013 build 2018-09-21 15:36:01 +02:00
type_half.hpp Reduce dependencies, added scalar EXT extensions 2018-08-12 23:27:02 +02:00
type_half.inl Fixed compiler warnings 2020-08-05 15:15:57 -07:00
type_mat2x2.hpp Make mat operators constexpr 2023-12-22 08:31:22 +01:00
type_mat2x2.inl Make mat operators constexpr 2023-12-22 08:31:22 +01:00
type_mat2x3.hpp Make mat operators constexpr 2023-12-22 08:31:22 +01:00
type_mat2x3.inl Make mat operators constexpr 2023-12-22 08:31:22 +01:00
type_mat2x4.hpp Make mat operators constexpr 2023-12-22 08:31:22 +01:00
type_mat2x4.inl Make mat operators constexpr 2023-12-22 08:31:22 +01:00
type_mat3x2.hpp Make mat operators constexpr 2023-12-22 08:31:22 +01:00
type_mat3x2.inl Make mat operators constexpr 2023-12-22 08:31:22 +01:00
type_mat3x3.hpp Make mat operators constexpr 2023-12-22 08:31:22 +01:00
type_mat3x3.inl Make mat operators constexpr 2023-12-22 08:31:22 +01:00
type_mat3x4.hpp Make mat operators constexpr 2023-12-22 08:31:22 +01:00
type_mat3x4.inl Make mat operators constexpr 2023-12-22 08:31:22 +01:00
type_mat4x2.hpp Make mat operators constexpr 2023-12-22 08:31:22 +01:00
type_mat4x2.inl Make mat operators constexpr 2023-12-22 08:31:22 +01:00
type_mat4x3.hpp Make mat operators constexpr 2023-12-22 08:31:22 +01:00
type_mat4x3.inl Make mat operators constexpr 2023-12-22 08:31:22 +01:00
type_mat4x4.hpp Make mat operators constexpr 2023-12-22 08:31:22 +01:00
type_mat4x4.inl Make mat operators constexpr 2023-12-22 08:31:22 +01:00
type_mat4x4_simd.inl Refactor headers 2018-08-05 15:22:49 +02:00
type_quat.hpp gni 2023-12-22 11:50:46 +01:00
type_quat.inl quaternion: Revert #1069 2023-12-22 11:50:46 +01:00
type_quat_simd.inl Fix SIMD quat operations. 2023-04-02 12:55:40 -07:00
type_vec1.hpp Use different qualifiers for default function and constructor 2023-03-21 19:08:25 +00:00
type_vec1.inl Use different qualifiers for default function and constructor 2023-03-21 19:08:25 +00:00
type_vec2.hpp Use different qualifiers for default function and constructor 2023-03-21 19:08:25 +00:00
type_vec2.inl Use different qualifiers for default function and constructor 2023-03-21 19:08:25 +00:00
type_vec3.hpp Use different qualifiers for default function and constructor 2023-03-21 19:08:25 +00:00
type_vec3.inl Use different qualifiers for default function and constructor 2023-03-21 19:08:25 +00:00
type_vec4.hpp Revert "Add support for non aligned SIMD for vec4" 2023-12-20 22:33:20 +01:00
type_vec4.inl Revert "Add support for non aligned SIMD for vec4" 2023-12-20 22:33:20 +01:00
type_vec4_simd.inl Revert broken vec4 SIMD 2023-12-20 22:33:20 +01:00