summaryrefslogtreecommitdiffstats
path: root/tests/ui/auxiliary/using-target-feature-unstable.rs
blob: 2682028936c191265c7e3a22d3e5b9560ce36482 (plain)
1
2
3
4
5
#![feature(avx512_target_feature)]

#[inline]
#[target_feature(enable = "avx512ifma")]
pub unsafe fn foo() {}