On Fri, Jun 26, 2026 at 03:04:33PM +0530, Surya Kumari Jangala wrote: > This patch depends on: > 1. Support for Dense Math Registers: > https://gcc.gnu.org/pipermail/gcc-patches/2026-April/713352.html > 2. Support for new DMF/MMA+ instructions: > https://gcc.gnu.org/pipermail/gcc-patches/2026-June/721366.html > > > This patch adds builtins for the Matrix Multiply Assist Plus (MMA+) > float16 GER instructions. These instructions may or may not be > supported in a future Power processor. Specifically, builtins have been > added for the following instructions: > > Float16 GER operations: > - dmxvf16gerx2 and its variants (pp, pn, np, nn) > - pmdmxvf16gerx2 and its variants (pp, pn, np, nn) > > Note, the names of the builtins may change in the future. > > 2026-06-25 Surya Kumari Jangala <[email protected]>
This looks ok once the preceeding patches are checked in. Obviously, it may need to be adjusted slightly when those patches go in. -- Michael Meissner, IBM PO Box 98, Ayer, Massachusetts, USA, 01432 email: [email protected]
