1
Fork 0

Stabilize target_feature_11

This commit is contained in:
Caleb Zulawski 2023-09-23 22:51:43 -04:00 committed by Luca Versari
parent ebcf860e73
commit 44b2e6c07d
34 changed files with 89 additions and 177 deletions

View file

@ -3,7 +3,6 @@
//@ compile-flags: -Copt-level=3 -Ctarget-cpu=x86-64
#![crate_type = "lib"]
#![feature(target_feature_11)]
#[cfg(target_arch = "x86_64")]
use std::arch::x86_64::*;