Allow simd_shuffle to accept vectors of any length

This commit is contained in:
Caleb Zulawski 2021-09-11 14:47:28 +00:00
parent b69fe57261
commit 1b3fe755ea
12 changed files with 125 additions and 33 deletions

View file

@ -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" {