Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.bugs.rc > #294092

Bug#977489: rust-rand: autopkgtest regression in testing: error: could not compile `packed_simd`.

From Peter Michael Green <plugwash@debian.org>
Newsgroups linux.debian.bugs.rc
Subject Bug#977489: rust-rand: autopkgtest regression in testing: error: could not compile `packed_simd`.
Date 2021-01-03 23:30 +0100
Message-ID <Btk2R-6RB-1@gated-at.bofh.it> (permalink)
References <BmlQ5-3bH-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

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.

Back to linux.debian.bugs.rc | Previous | Next | Find similar | Unroll thread


Thread

Bug#977489: rust-rand: autopkgtest regression in testing: error: could not compile `packed_simd`. Peter Michael Green <plugwash@debian.org> - 2021-01-03 23:30 +0100

csiph-web