blob: d4d39d08b1eaa3de33e1b8308002826885ab7512 [file] [log] [blame]
// only-x86_64
// compile-flags: -C target-feature=+avx
#![crate_type = "lib"]
#[no_mangle]
pub fn foo() {
// CHECK: attributes #0 = { {{.*}}"target-features"="+avx"{{.*}} }
}