glm/glm/detail
Christophe 684822982b
Merge pull request #1150 from fsmoke/gcc-warnings-fix
gcc x64 build warning fix around type casting size_t to int #1150
2023-08-18 14:49:45 +02: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_func.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
_vectorize.hpp Added findNSB functions and tests 2019-07-12 21:50:30 +02:00
compute_common.hpp add AMD HIP support 2021-08-05 11:54:10 +02:00
compute_vector_relational.hpp Added vector relational tests 2018-07-26 23:33:10 +02:00
func_common_simd.inl Fixed SIMD build 2018-08-16 23:18:13 +02:00
func_common.inl add AMD HIP support 2021-08-05 11:54:10 +02:00
func_exponential_simd.inl Refactor configuration macros 2018-07-31 23:05:48 +02:00
func_exponential.inl Refactor configuration macros 2018-07-31 23:05:48 +02:00
func_geometric_simd.inl [Aarch64] fix for glm::length 2020-02-05 17:48:31 -08:00
func_geometric.inl Adding constexpr qualifier for cross product 2020-11-17 16:58:12 +01:00
func_integer_simd.inl Fixed SIMD build 2018-08-16 23:18:13 +02:00
func_integer.inl Merge pull request #1150 from fsmoke/gcc-warnings-fix 2023-08-18 14:49:45 +02:00
func_matrix_simd.inl Merge pull request #1049 from borodust/aligned_bugfixes 2022-04-20 12:39:39 +02:00
func_matrix.inl Added *GLM_EXT_matrix_integer* with tests 2020-11-30 18:10:55 +01:00
func_packing_simd.inl Reduce dependencies, added scalar EXT extensions 2018-08-12 23:27:02 +02:00
func_packing.inl Reduce dependencies, added scalar EXT extensions 2018-08-12 23:27:02 +02:00
func_trigonometric_simd.inl Added AVX optimizations and equal tests 2016-05-30 14:23:58 +02:00
func_trigonometric.inl Fix atan2(y,x) 2023-07-10 12:28:42 +02:00
func_vector_relational_simd.inl Reduce dependencies, added scalar EXT extensions 2018-08-12 23:27:02 +02:00
func_vector_relational.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 Various bugfixes for aligned/simd codepaths 2021-08-08 00:43:30 +03:00
setup.hpp Merge pull request #1107 from stephen-hqxu/cuda-default-function 2022-10-24 12:27:30 +02: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 GCC: Fix noexcept warnings on hash functions 2022-08-24 15:21:11 -05:00
type_mat2x2.inl GCC: Fix noexcept warnings on hash functions 2022-08-24 15:21:11 -05:00
type_mat2x3.hpp GCC: Fix noexcept warnings on hash functions 2022-08-24 15:21:11 -05:00
type_mat2x3.inl GCC: Fix noexcept warnings on hash functions 2022-08-24 15:21:11 -05:00
type_mat2x4.hpp GCC: Fix noexcept warnings on hash functions 2022-08-24 15:21:11 -05:00
type_mat2x4.inl GCC: Fix noexcept warnings on hash functions 2022-08-24 15:21:11 -05:00
type_mat3x2.hpp GCC: Fix noexcept warnings on hash functions 2022-08-24 15:21:11 -05:00
type_mat3x2.inl GCC: Fix noexcept warnings on hash functions 2022-08-24 15:21:11 -05:00
type_mat3x3.hpp GCC: Fix noexcept warnings on hash functions 2022-08-24 15:21:11 -05:00
type_mat3x3.inl GCC: Fix noexcept warnings on hash functions 2022-08-24 15:21:11 -05:00
type_mat3x4.hpp GCC: Fix noexcept warnings on hash functions 2022-08-24 15:21:11 -05:00
type_mat3x4.inl GCC: Fix noexcept warnings on hash functions 2022-08-24 15:21:11 -05:00
type_mat4x2.hpp GCC: Fix noexcept warnings on hash functions 2022-08-24 15:21:11 -05:00
type_mat4x2.inl GCC: Fix noexcept warnings on hash functions 2022-08-24 15:21:11 -05:00
type_mat4x3.hpp Merge pull request #1118 from rleigh-codelibre/float-sig-consistency 2023-08-18 14:46:24 +02:00
type_mat4x3.inl Merge pull request #1118 from rleigh-codelibre/float-sig-consistency 2023-08-18 14:46:24 +02:00
type_mat4x4_simd.inl Refactor headers 2018-08-05 15:22:49 +02:00
type_mat4x4.hpp Merge pull request #1118 from rleigh-codelibre/float-sig-consistency 2023-08-18 14:46:24 +02:00
type_mat4x4.inl Merge pull request #1118 from rleigh-codelibre/float-sig-consistency 2023-08-18 14:46:24 +02:00
type_quat_simd.inl Various bugfixes for aligned/simd codepaths 2021-08-08 00:43:30 +03:00
type_quat.hpp make quaternion constructor respect GLM_FORCE_QUAT_DATA_XYZW 2021-05-17 08:40:22 +03:00
type_quat.inl make quaternion constructor respect GLM_FORCE_QUAT_DATA_XYZW 2021-05-17 08:40:22 +03:00
type_vec1.hpp Change the logic of defaulted constructors 2020-09-02 11:45:30 -07:00
type_vec1.inl Merge pull request #1085 from jakubtyrcha/fix_msvc_compilation_cxx_20 2022-04-20 12:31:30 +02:00
type_vec2.hpp Change the logic of defaulted constructors 2020-09-02 11:45:30 -07:00
type_vec2.inl Change the logic of defaulted constructors 2020-09-02 11:45:30 -07:00
type_vec3.hpp Change the logic of defaulted constructors 2020-09-02 11:45:30 -07:00
type_vec3.inl Change the logic of defaulted constructors 2020-09-02 11:45:30 -07:00
type_vec4_simd.inl Merge pull request #1086 from imgly/imgly/fix/vdivq_f32_undefinded_armv7 2022-10-24 12:54:34 +02:00
type_vec4.hpp Make vec4 binary operators for scalars consistent with other types 2022-09-19 13:15:26 +01:00
type_vec4.inl Make vec4 binary operators for scalars consistent with other types 2022-09-19 13:15:26 +01:00