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

Paul Walker via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 16 09:47:39 PDT 2024


================
@@ -97,6 +97,17 @@
   SVE_TYPE(Name, Id, SingletonId)
 #endif
 
+#ifndef AARCH64_VECTOR_TYPE
----------------
paulwalker-arm wrote:

I agree.  Carol and I discussed this previously and I asked her to ignore the obvious structural/naming issues and focus on adding the new types in an away that keeps the patches small.  When we have the types in place I've promised to refactor the code to bring in a better structure (essentially continuing on from https://github.com/llvm/llvm-project/issues/107599 but incorporating the new scalar and fixed length types).

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


More information about the cfe-commits mailing list