pub unsafe fn simd_fabs<T>(_x: T) -> T
🔬This is a nightly-only experimental API. (
core_intrinsics
)Available on crate feature
std
only.Expand description
Returns absolute value of a vector, elementwise.
T
must be a vector of floating-point primitive types.