mirror of
https://github.com/g-truc/glm.git
synced 2025-04-06 14:05:01 +00:00
Fixed ticket #45 missing iline
This commit is contained in:
parent
a0b07465a7
commit
71a1df2780
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ namespace glm
|
|||
//{
|
||||
// return max(-a, a);
|
||||
//}
|
||||
detail::fvec4SIMD abs
|
||||
inline detail::fvec4SIMD abs
|
||||
(
|
||||
detail::fvec4SIMD const & x
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue