mirror of
https://github.com/icaven/glm.git
synced 2025-12-07 17:26:50 +08:00
Fix typo
This commit is contained in:
parent
923f7222d1
commit
c7dbbee6a1
@ -288,7 +288,7 @@ namespace detail
|
||||
"'sign' only accept signed inputs");
|
||||
|
||||
return detail::compute_sign<1, genFIType, defaultp,
|
||||
std::numeric_limits<genFIType>::is_iec559, detailed::is_aligned<highp>::value>::call(vec<1, genFIType>(x)).x;
|
||||
std::numeric_limits<genFIType>::is_iec559, detail::is_aligned<highp>::value>::call(vec<1, genFIType>(x)).x;
|
||||
}
|
||||
|
||||
template<length_t L, typename T, qualifier Q>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user