Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-x86_amx_intrinsics.rs
blob: ecbfc0bce5c56863d329bbfbc118257c697e61df [
file
] [
log
] [
blame
]
//@ only-x86_64
#[
target_feature
(
enable
=
"amx-tile"
)]
//~^ ERROR: currently unstable
unsafe
fn
foo
()
{}
fn
main
()
{}