Open
Description
The feature gate for this issue is #[feature(xop_target_feature)]
.
This tracks the integration of AMD's XOP
instruction set into Rust.
Steps
- Adding the
xop
target feature to Rustc and its runtime detection in stdarch - Final Comment Period (FCP)
- Stabilization PR
Public API
The xop
target-feature and its runtime detection
Implementation History
Metadata
Metadata
Assignees
Labels
Area: SIMD (Single Instruction Multiple Data)Area: Enabling/disabling target features like AVX, Neon, etc.Category: An issue tracking the progress of sth. like the implementation of an RFCTarget: x86 processors, 32 bit (like i686-*) (IA-32)Target: x86-64 processors (like x86_64-*) (also known as amd64 and x64)