[clang] [AArch64] Refactor implementation of FP8 types (NFC) (PR #118969)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 11 10:57:45 PST 2024
================
@@ -57,6 +57,11 @@
// - IsBF true for vector of brain float elements.
//===----------------------------------------------------------------------===//
+#ifndef SVE_SCALAR_TYPE
+#define SVE_SCALAR_TYPE(Name, MangledName, Id, SingletonId, Bits) \
----------------
CarolineConcatto wrote:
Why not AARCH64, as this is not an SVE type. At least that was the suggestion in the past
https://github.com/llvm/llvm-project/pull/118969
More information about the cfe-commits
mailing list