[PATCH] D127655: [AArch64] Define __FP_FAST_FMA[F]

Paul Walker via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 17 06:40:31 PDT 2022


paulwalker-arm added inline comments.


================
Comment at: clang/test/Preprocessor/aarch64-target-features.c:59-60
 // CHECK-NOT: __ARM_FEATURE_SVE_BITS 2048
+// CHECK: __FP_FAST_FMA 1
+// CHECK: __FP_FAST_FMAF 1
 
----------------
I don't think we need this change given `init-aarch64.c` provides enough coverage.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127655/new/

https://reviews.llvm.org/D127655



More information about the cfe-commits mailing list