[clang] [AArch64] Refactor implementation of FP8 types (NFC) (PR #118969)
Momchil Velikov via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 11 11:04:28 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) \
----------------
momchil-velikov wrote:
No reason. Can be AARCH64.
https://github.com/llvm/llvm-project/pull/118969
More information about the cfe-commits
mailing list