glm/test
Thibault de Villèle [UM] 48e1ff3fee Add glm::abs() function for the glm::mat<> class
This is added as part of the GLM_EXT_matrix_common extension, as this
function is not provided by the core GLSL specification (version 4.20).

The implementation of this glm::abs(mat<>) function mirrors the
glm::abs(vec<>) implementation. It should be functionning the same in
every way as the vec implementation.

Bonus points : AFAICT this allows to vectorize operations on compilers
that support optimization of these patterns, just like the functor1<>
struct in _vectorize.hpp for vectors.
2022-08-29 14:22:10 +02:00
..
bug Refactor configuration macros 2018-07-31 23:05:48 +02:00
cmake Add a CMake Package config 2019-11-01 16:40:45 -06:00
core feat: add shearing matrix operation on matrix_transfom 2022-01-20 21:27:30 +08:00
ext Add glm::abs() function for the glm::mat<> class 2022-08-29 14:22:10 +02:00
gtc Merge branch 'master' of https://github.com/g-truc/glm into matrix-int 2020-03-05 18:52:28 +01:00
gtx Avoid fp comparison of glm::sign return value by introducing a sign comparison helper function 2021-06-05 16:43:47 +02:00
perf Fixed missing std:: namespace #898 2019-09-07 13:41:08 +02:00
CMakeLists.txt Fix AVX2 detection 2020-12-09 21:43:38 +01:00
glm.cppcheck Added CPP Check project 2012-01-03 16:22:37 +00:00