1
Fork 0

fix few typo in filecheck annotations

This commit is contained in:
klensy 2024-05-11 13:09:21 +03:00
parent be7549f82c
commit d97ed2d349
3 changed files with 8 additions and 8 deletions

View file

@ -8,7 +8,7 @@
#![feature(stdarch_x86_avx512, avx512_target_feature)]
use std::arch::x86_64::*;
// CHECK-label: @demo(
// CHECK-LABEL: @demo(
#[no_mangle]
#[target_feature(enable = "avx512f")] // Function-level target feature mismatches inhibit inlining
pub unsafe fn demo() -> bool {