[clang] [CLANG][AArch64] Add the modal 8 bit floating-point scalar type (PR #97277)

Paul Walker via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 24 04:23:16 PDT 2024


================
@@ -2590,6 +2590,7 @@ void NeonEmitter::runVectorTypes(raw_ostream &OS) {
   OS << "#if defined(__aarch64__) || defined(__arm64ec__)\n";
   OS << "typedef __MFloat8x8_t mfloat8x8_t;\n";
   OS << "typedef __MFloat8x16_t mfloat8x16_t;\n";
+  OS << "typedef __MFloat8_t __mfp8;\n";
----------------
paulwalker-arm wrote:

Do you mind moving this before the matching vector types as that would flow better.

https://github.com/llvm/llvm-project/pull/97277


More information about the cfe-commits mailing list