blob: 2682028936c191265c7e3a22d3e5b9560ce36482 [file] [log] [blame] [edit]
#![feature(avx512_target_feature)]
#[inline]
#[target_feature(enable = "avx512ifma")]
pub unsafe fn foo() {}