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
..
2018-08-16 09:57:34 +02:00
2018-08-13 20:41:11 +02:00
2019-08-08 11:09:59 +02:00
2020-11-26 11:14:54 +01:00
2018-08-13 20:41:11 +02:00
2018-08-07 18:41:41 +02:00
2018-08-13 21:51:47 +02:00
2019-08-08 11:09:59 +02:00
2020-11-26 11:14:54 +01:00