brintos

brintos / llvm-project-archived public Read only

0
0
Text · 282 B · 04bb56f Raw
9 lines · cpp
1// RUN: %clang_cc1             -triple aarch64 -target-feature +neon -target-feature +i8mm -emit-llvm %s -o - | FileCheck %s2 3#ifdef __ARM_FEATURE_MATMUL_INT84extern "C" void arm_feature_matmulint8_defined() {}5#endif6// CHECK: define{{.*}} void @arm_feature_matmulint8_defined()7 8 9