Function simd_fabs
unsafe const fn simd_fabs<T>(x: T) -> T
Returns absolute value of a vector, elementwise.
T must be a vector of floating-point primitive types.
simd_fabsunsafe const fn simd_fabs<T>(x: T) -> T
Returns absolute value of a vector, elementwise.
T must be a vector of floating-point primitive types.