rust-lang / rustc_codegen_cranelift

Cranelift based backend for rustc
Apache License 2.0
1.52k stars 94 forks source link

missing intrinsic _mm_cvttps_epi32 #1420

Closed bend-n closed 7 months ago

bend-n commented 7 months ago
Test executable failed (exit status: 1).

stdout:
trap at Instance { def: Item(DefId(1:13795 ~ core[916d]::core_arch::x86::sse2::_mm_cvttps_epi32)), args: [] } (_ZN4core9core_arch3x864sse216_mm_cvttps_epi3217h4745913c96125a39E): llvm.x86.sse2.cvttps2dq

Reproduce with fimg cargo test --all-features

bjorn3 commented 7 months ago

A fix is available on the latest nightly.