[all-commits] [llvm/llvm-project] 888c5c: AArch64: report fp16 arithmetic is present for app...
Tim Northover via All-commits
all-commits at lists.llvm.org
Tue Mar 2 07:07:48 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 888c5c24cab63091774b7065e6925177bb43787d
https://github.com/llvm/llvm-project/commit/888c5c24cab63091774b7065e6925177bb43787d
Author: Tim Northover <t.p.northover at gmail.com>
Date: 2021-03-02 (Tue, 02 Mar 2021)
Changed paths:
M clang/test/Preprocessor/aarch64-target-features.c
M llvm/include/llvm/Support/AArch64TargetParser.def
M llvm/unittests/Support/TargetParserTest.cpp
Log Message:
-----------
AArch64: report fp16 arithmetic is present for apple-a11 CPU.
AArch64.td got it right, but the target-parser dropped it, leading to missing
feature flags in Clang.
More information about the All-commits
mailing list