[Lldb-commits] [clang] [lldb] [Clang][PowerPC] Add __dmr type and DMF integer calculation builtins (PR #142480)

via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 13 12:27:37 PDT 2025


================
@@ -30,6 +30,7 @@
 #endif
 
 
+PPC_VECTOR_MMA_TYPE(__dmr1024, VectorDmr1024, 1024)
----------------
RolandF77 wrote:

The type names have to match GCC and are negotiated - __dmr1024 is the current choice.

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


More information about the lldb-commits mailing list