Function simd_fabs

Source
pub unsafe fn simd_fabs<T>(_x: T) -> T
🔬This is a nightly-only experimental API. (core_intrinsics)
Expand description

Returns absolute value of a vector, elementwise.

T must be a vector of floating-point primitive types.