mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
41b315a470
Add simd_neg platform intrinsic Stdarch needs to add simd_neg to support the implementation of vneg neon instructions. Look [here](https://github.com/rust-lang/stdarch/pull/1087)