mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +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)