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.