Rollup merge of #88855 - calebzulawski:feature/simd_shuffle, r=nagisa
Allow simd_shuffle to accept vectors of any length cc ``@rust-lang/project-portable-simd`` ``@workingjubilee``
This commit is contained in:
commit
e675073e73
14 changed files with 171 additions and 35 deletions
|
@ -1212,6 +1212,7 @@ symbols! {
|
|||
simd_select_bitmask,
|
||||
simd_shl,
|
||||
simd_shr,
|
||||
simd_shuffle,
|
||||
simd_sub,
|
||||
simd_trunc,
|
||||
simd_xor,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue