16 GLM_FUNC_QUALIFIER GLM_CONSTEXPR
static genFIType call(genFIType x)
19 std::numeric_limits<genFIType>::is_iec559 || std::numeric_limits<genFIType>::is_signed,
20 "'abs' only accept floating-point and integer scalar or vector inputs");
22 return x >= genFIType(0) ? x : -x;