Regression on nightly in AVX2 byte shift intrinsics #85446
Labels
C-bug
Category: This is a bug.
E-needs-bisection
Call for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustc
I-unsound
Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness
ICEBreaker-Cleanup-Crew
Helping to "clean up" bugs with minimal examples and bisections
O-x86_64
Target: x86-64 processors (like x86_64-*)
P-critical
Critical priority
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Milestone
Code
I tried this code:
I expected to see this:
(which matches clang on the equivalent C++ code)
Instead, this happened:
Version it worked on
It most recently worked on: Stable rust 1.52.1
Version with regression
rustc --version --verbose
:I suspect that this issue was caused by rust-lang/stdarch#1067
The text was updated successfully, but these errors were encountered: