Skip to content

Broken builds from ppv-lite86 0.2.11 #48

@jdspdx

Description

@jdspdx

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions