Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
auxiliary
/
using-target-feature-unstable.rs
blob: 2682028936c191265c7e3a22d3e5b9560ce36482 [
file
] [
log
] [
blame
] [
edit
]
#![
feature
(
avx512_target_feature
)]
#[
inline
]
#[
target_feature
(
enable
=
"avx512ifma"
)]
pub
unsafe
fn
foo
()
{}