Allow simd_shuffle to accept vectors of any length
This commit is contained in:
parent
b69fe57261
commit
1b3fe755ea
12 changed files with 125 additions and 33 deletions
|
@ -1,8 +1,10 @@
|
|||
#### Note: this error code is no longer emitted by the compiler.
|
||||
|
||||
The length of the platform-intrinsic function `simd_shuffle` wasn't specified.
|
||||
|
||||
Erroneous code example:
|
||||
|
||||
```compile_fail,E0439
|
||||
```ignore (no longer emitted)
|
||||
#![feature(platform_intrinsics)]
|
||||
|
||||
extern "platform-intrinsic" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue