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