Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_mm_packs_epi32 not implemented #1413

Closed
bend-n opened this issue Nov 1, 2023 · 3 comments · Fixed by #1417
Closed

_mm_packs_epi32 not implemented #1413

bend-n opened this issue Nov 1, 2023 · 3 comments · Fixed by #1417
Labels
A-core-arch Area: Necessary for full core::arch support

Comments

@bend-n
Copy link

bend-n commented Nov 1, 2023

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.

@bjorn3 bjorn3 added the A-core-arch Area: Necessary for full core::arch support label Nov 7, 2023
@bend-n
Copy link
Author

bend-n commented Nov 9, 2023

wait i just updated and i still hit this 🤔

@bjorn3
Copy link
Member

bjorn3 commented Nov 9, 2023

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
Copy link
Member

bjorn3 commented Nov 11, 2023

The fix has landed on nightly now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-core-arch Area: Necessary for full core::arch support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants