Auto merge of #83271 - SparrowLii:simd_neg, r=Amanieu
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)
This commit is contained in:
commit
41b315a470
7 changed files with 60 additions and 17 deletions
|
@ -1081,6 +1081,7 @@ symbols! {
|
|||
simd_lt,
|
||||
simd_mul,
|
||||
simd_ne,
|
||||
simd_neg,
|
||||
simd_or,
|
||||
simd_reduce_add_ordered,
|
||||
simd_reduce_add_unordered,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue