[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
Tue Aug 6 04:53:44 PDT 2024


================
@@ -221,6 +221,10 @@ FLOATING_TYPE(Float128, Float128Ty)
 // '__ibm128'
 FLOATING_TYPE(Ibm128, Ibm128Ty)
 
+
+// '__fpm8'
----------------
paulwalker-arm wrote:

__mfp8

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


More information about the cfe-commits mailing list