Tracking Issue for XOP
target feature
#127208
Labels
A-SIMD
Area: SIMD (Single Instruction Multiple Data)
A-target-feature
Area: Enabling/disabling target features like AVX, Neon, etc.
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
O-x86_32
Target: x86 processors, 32 bit (like i686-*)
O-x86_64
Target: x86-64 processors (like x86_64-*)
The feature gate for this issue is
#[feature(xop_target_feature)]
.This tracks the integration of AMD's
XOP
instruction set into Rust.Steps
xop
target feature to Rustc and its runtime detection in stdarchPublic API
The
xop
target-feature and its runtime detectionImplementation History
xop
target-feature and thexop_target_feature
feature gate #127209xop
target-feature stdarch#1604The text was updated successfully, but these errors were encountered: