-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Labels
A-core-archArea: Necessary for full core::arch supportArea: Necessary for full core::arch supportC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.O-x86_64Target: x64 processorsTarget: x64 processors
Description
When compiling half I noticed two warnings for a missing x86 llvm intrinsic vcvtph2ps:
warning: unsupported x86 llvm intrinsic llvm.x86.vcvtph2ps.128; replacing with trap
warning: unsupported x86 llvm intrinsic llvm.x86.vcvtph2ps.256; replacing with trap
trap at Instance { def: Item(DefId(2:23219 ~ core[4322]::core_arch::x86::f16c::_mm_cvtps_ph)), args: [0_i32] } (_ZN4core9core_arch3x864f16c12_mm_cvtps_ph17heb7efe16215ebb1fE): llvm.x86.vcvtps2ph.128
Thanks for all your work on the cranelift backend for rust!
Edit: I guess this is might be related to #1461
Metadata
Metadata
Assignees
Labels
A-core-archArea: Necessary for full core::arch supportArea: Necessary for full core::arch supportC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.O-x86_64Target: x64 processorsTarget: x64 processors