Open
Description
Feature gate: #![feature(stdarch_neon_i8mm)]
This is a tracking issue for NEON intrinsics under the i8mm
feature.
Public API
// core::arch::{arm,aarch64}
fn vsudot*(..);
fn vusdot*(..);
fn vmmlaq*(..);
fn vusmmlaq*(..)
Steps / History
- Implementation: #...
- Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- None yet.
Footnotes
Metadata
Metadata
Assignees
Labels
Area: SIMD (Single Instruction Multiple Data)Category: An issue tracking the progress of sth. like the implementation of an RFCArmv8-A or later processors in AArch64 modeTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 stateRelevant to the library API team, which will review and decide on the PR/issue.