rust/tests/ui/auxiliary/using-target-feature-unstable.rs
2023-01-11 09:32:08 +00:00

6 lines
110 B
Rust

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