glm/test/gtc
Laurent Caumont 4137519418 Simd improvement
- Add simd aligned_vec3 (and sse aligned_dvec3 - 2 x xmm)
- Fast packed_vec3 <=> aligned_vec3 and packed_vec4 <=> aligned_vec4 conversion
- Fast aligned_vec3 <=> aligned_vec4 conversion
- Optimized aligned_mat x aligned_mat and aligned_mat x aligned_vec
- Inverse aligned_mat3 simd version (actually slower than ssid on my computer even it has 30% less instruction ?)
2024-03-19 15:00:13 +01:00
..
CMakeLists.txt - Improved API documentation #668 2017-08-17 16:24:32 +02:00
gtc_bitfield.cpp Fix sign-compare warnings 2024-03-12 15:57:53 +01:00
gtc_color_space.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtc_constants.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtc_epsilon.cpp Added C++17 [[nodiscard]] support #1217 2024-02-10 17:09:18 +01:00
gtc_integer.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtc_matrix_access.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtc_matrix_integer.cpp Clean up 2016-06-10 23:14:17 +02:00
gtc_matrix_inverse.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtc_matrix_transform.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtc_noise.cpp Fixed double tests 2018-09-26 15:08:04 +02:00
gtc_packing.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtc_quaternion.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtc_random.cpp Simd improvement 2024-03-19 15:00:13 +01:00
gtc_reciprocal.cpp Clean up 2016-06-10 23:14:17 +02:00
gtc_round.cpp Quicker unit tests 2024-02-28 11:45:24 +01:00
gtc_type_aligned.cpp Simd improvement 2024-03-19 15:00:13 +01:00
gtc_type_precision.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtc_type_ptr.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtc_ulp.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtc_user_defined_types.cpp Added scalar conversion constructor 2014-07-28 22:08:09 +02:00
gtc_vec1.cpp Clean up 2016-06-10 23:14:17 +02:00