Looking at https://ci.debian.net/data/autopkgtest/testing/amd64/r/rust-rand/9312542/log.gz

It looks like the packed_simd feature test passes with unstable's version of rust-packed-simd
but the all features test is still failing with

error[E0433]: failed to resolve: use of undeclared crate or module `__m64`
    --> src/distributions/integer.rs:161:13
     |
161 | simd_impl!((__m64, u8x8), (__m128i, u8x16), (__m256i, u8x32),);
     |             ^^^^^ use of undeclared crate or module `__m64`
I don't think it's worth opening a separate bug, so I'll close this one with an upload that fixes
the __m64 issue.

Reply via email to