[all-commits] [llvm/llvm-project] 109bf2: [AArch64] Change __ARM_FEATURE_FP16FML macro name ...
walkerkd via All-commits
all-commits at lists.llvm.org
Fri Apr 30 03:03:53 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 109bf25e2c425ea5dd20836f25176cf9d9479016
https://github.com/llvm/llvm-project/commit/109bf25e2c425ea5dd20836f25176cf9d9479016
Author: Keith Walker <keith.walker at arm.com>
Date: 2021-04-30 (Fri, 30 Apr 2021)
Changed paths:
M clang/include/clang/Basic/arm_neon.td
M clang/lib/Basic/Targets/AArch64.cpp
M clang/test/Preprocessor/aarch64-target-features.c
Log Message:
-----------
[AArch64] Change __ARM_FEATURE_FP16FML macro name to __ARM_FEATURE_FP16_FML
The "Arm C Language extensions" document (the current version can be
found at https://developer.arm.com/documentation/101028/0012/?lang=en)
states that the name of the feature test macro for the FP16 FML extension
is __ARM_FEATURE_FP16_FML.
Differential Revision: https://reviews.llvm.org/D101532
More information about the All-commits
mailing list