Sign in
android
/
toolchain
/
rustc
/
3b664ca54b09788037e50e8bf4cb1881bcd6cb8d
/
.
/
src
/
test
/
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
()
{}