Tracking Issue for NEON FCMA intrinsics
Amanieu opened this issue · 1 comments
Amanieu commented
Feature gate: #![feature(stdarch_neon_fcma)]
This is a tracking issue for NEON intrinsics under the fcma
feature.
Public API
// core::arch::{arm,aarch64}
fn vcmla*(..);
fn vcmlaq*(..);
Steps / History
- Implementation: #...
- Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- None yet.
Footnotes
Jules-Bertholet commented
@rustbot label o-arm o-aarch64 a-simd