Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
ui
/
auxiliary
/
using-target-feature-unstable.rs
blob: 2682028936c191265c7e3a22d3e5b9560ce36482 [
file
] [
log
] [
blame
]
#![
feature
(
avx512_target_feature
)]
#[
inline
]
#[
target_feature
(
enable
=
"avx512ifma"
)]
pub
unsafe
fn
foo
()
{}