glm/test/perf
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 Added transpose test 2018-08-19 14:02:47 +02:00
perf_matrix_div.cpp C.I. Fix timeout 2023-12-21 13:25:48 +01:00
perf_matrix_inverse.cpp Test multiple platforms to test multiple compiler versions (#1199) 2023-12-28 16:50:25 +01:00
perf_matrix_mul_vector.cpp Simd improvement 2024-03-19 15:00:13 +01:00
perf_matrix_mul.cpp Simd improvement 2024-03-19 15:00:13 +01:00
perf_matrix_transpose.cpp C.I. Fix timeout 2023-12-21 13:25:48 +01:00
perf_vector_mul_matrix.cpp Simd improvement 2024-03-19 15:00:13 +01:00