Broken LLVM intrinsics with SIMD FFI on riscv64gc #77866
Labels
A-SIMD
Area: SIMD (Single Instruction Multiple Data)
C-bug
Category: This is a bug.
F-simd_ffi
`#![feature(simd_ffi)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I could only produce this error when running
cargo test
(I actually usedcross test
), and only onriscv64gc-unknown-linux-gnu
. This was discovered instdsimd
: rust-lang/portable-simd#34 (failing github actions job).Code
Meta
rustc --version --verbose
:Error output
The text was updated successfully, but these errors were encountered: