rust-lang / rustc_codegen_cranelift

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

_mm_packs_epi32 not implemented #1413

Closed bend-n closed 7 months ago

bend-n commented 8 months ago
trap at Instance { def: Item(DefId(2:13710 ~ core[b9f2]::core_arch::x86::sse2::_mm_packs_epi32)), args: [] } (_ZN4core9core_arch3x864sse215_mm_packs_epi3217hba4b3ff5de2eb293E): llvm.x86.sse2.packssdw.128

to repro: clone fimg, run cargo test nearest.

bend-n commented 7 months ago

wait i just updated and i still hit this 🤔

bjorn3 commented 7 months ago

The fix has landed in this repo, but I haven't synced it to the rust repo yet, so it isn't available on nightly right now. I will let you know when it lands on nightly.

bjorn3 commented 7 months ago

The fix has landed on nightly now.