aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/AArch64/matmul.cpp
blob: 04bb56fdcb79f3bd98243d11786d2185739fd3af (plain)
1
2
3
4
5
6
7
8
// RUN: %clang_cc1             -triple aarch64 -target-feature +neon -target-feature +i8mm -emit-llvm %s -o - | FileCheck %s

#ifdef __ARM_FEATURE_MATMUL_INT8
extern "C" void arm_feature_matmulint8_defined() {}
#endif
// CHECK: define{{.*}} void @arm_feature_matmulint8_defined()