Open
Description
Feature gate: #![feature(stdarch_arm_neon_intrinsics)]
This is a tracking issue for the NEON intrinsics in core::arch::arm
. This was split off from #90972 which tracked the AArch64 NEON intrinsics which have now been stabilized.
Public API
Everything in core::arch::arm
that starts with the letter v
.
Steps / History
- Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- Can we fix the unsoundness? 32-bit ARM NEON intrinsics are unsound due to subnormal flushing #129880