pub const unsafe fn simd_neg<T>(x: T) -> T🔬This is a nightly-only experimental API. (
core_intrinsics)Expand description
Negates a vector elementwise.
T must be a vector of integers or floats.
For integers, wrapping arithmetic is used.