Closed
Description
Steps to reproduce
- Use and ARMv7 + NEON Linux host.
git clone https://github.com/hsivonen/encoding_rs
cd encoding_rs
git checkout 3049251cd80bb8eebc7d8c96057480d4e84fffef
RUSTFLAGS=' -C target-feature=+neon' cargo test --features simd-accel
Expected results
Expected tests to pass, since encoding_rs
contains no 32-bit ARM-specific code and the same code that only uses simd
-crate facilities and cross-architecture LLVM shuffles works on Aarch64.
Actual results
Various tests fail. Since it's unlikely that LLVM is broken and unlikely that the rustc-to-LLVM part is broken just for 32-bit ARM, I suspect that the implementation for any()
on boolean vectors is broken.
Metadata
Metadata
Assignees
Labels
No labels