-
-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Description
Hello,
Our builds started failing when version 0.2.11 of ppv-lite86 was published to crates.io.
We are seeing failures such as:
--> /usr/rust/cargo/registry/src/git.colasdn.top-1ecc6299db9ec823/ppv-lite86-0.2.11/src/x86_64/sse2.rs:1481:28
|
1481 | let ab00 = _mm256_permute2x128_si256::<0x20>(a.x[0], b.x[0]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^-------- help: remove these generics
| |
| expected 0 const arguments
error[E0061]: this function takes 3 arguments but 2 arguments were supplied
--> /usr/rust/cargo/registry/src/git.colasdn.top-1ecc6299db9ec823/ppv-lite86-0.2.11/src/x86_64/sse2.rs:1484:28
|
1484 | let ab11 = _mm256_permute2x128_si256::<0x31>(a.x[1], b.x[1]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ------ ------ supplied 2 arguments
| |
| expected 3 arguments
Can you please yank this release? These changes seem to not be compatible with a semver point release.
Metadata
Metadata
Assignees
Labels
No labels