Skip to content

Commit 28fc134

Browse files
author
git apple-llvm automerger
committed
Merge commit '1b4a74fcdca7' from llvm.org/main into next
2 parents 13c2cfb + 1b4a74f commit 28fc134

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler-rt/lib/builtins/cpu_model/aarch64/fmv/windows.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#ifndef PF_ARM_V82_FP16_INSTRUCTIONS_AVAILABLE
4646
#define PF_ARM_V82_FP16_INSTRUCTIONS_AVAILABLE 67
4747
#endif
48-
#ifndef PF_ARM_V82_FP16_INSTRUCTIONS_AVAILABLE
48+
#ifndef PF_ARM_V86_BF16_INSTRUCTIONS_AVAILABLE
4949
#define PF_ARM_V86_BF16_INSTRUCTIONS_AVAILABLE 68
5050
#endif
5151
#ifndef PF_ARM_SME_INSTRUCTIONS_AVAILABLE

llvm/lib/TargetParser/Host.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2331,7 +2331,7 @@ StringMap<bool> sys::getHostCPUFeatures() {
23312331
#ifndef PF_ARM_V82_FP16_INSTRUCTIONS_AVAILABLE
23322332
#define PF_ARM_V82_FP16_INSTRUCTIONS_AVAILABLE 67
23332333
#endif
2334-
#ifndef PF_ARM_V82_FP16_INSTRUCTIONS_AVAILABLE
2334+
#ifndef PF_ARM_V86_BF16_INSTRUCTIONS_AVAILABLE
23352335
#define PF_ARM_V86_BF16_INSTRUCTIONS_AVAILABLE 68
23362336
#endif
23372337
#ifndef PF_ARM_SME_INSTRUCTIONS_AVAILABLE

0 commit comments

Comments
 (0)