[clang] [CLANG][AArch64]Add Neon vectors for mfloat8_t (PR #99865)

via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 16 05:27:25 PDT 2024


================
@@ -220,6 +221,7 @@ namespace clang {
       switch (getEltType()) {
       case Int8:
       case Poly8:
+      case MFloat8:
----------------
SpencerAbson wrote:

This could be removed (if we are not adding support for intrinsics in this patch).

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


More information about the cfe-commits mailing list