Ping patch.  This is the explanation of the changes in the set of 5 patches to
change the internal names of the power5, power6, etc. switches from the
instruction that adds the new feature to the power processor level:

I.e. change:

        TARGET_POPCNTB to TARGET_POWER5

The external switch remains the same, just the name used internally within the
GCC compiler.  These patches were last posted in November 2024.

Explanation:
https://gcc.gnu.org/pipermail/gcc-patches/2024-November/669067.html

Patch 1 of 5 (chagne TARGET_POPCNTB to TARGET_POWER5):
https://gcc.gnu.org/pipermail/gcc-patches/2024-November/669068.html

Patch 2 of 5 (change TARGET_FPRND to TARGET_POWER5X):
https://gcc.gnu.org/pipermail/gcc-patches/2024-November/669069.html

Patch 3 of 5 (change TARGET_CMPB to TARGET_POWER6):
https://gcc.gnu.org/pipermail/gcc-patches/2024-November/669070.html

Patch 4 of 5 (change TARGET_POPCNTD to TARGET_POWER7):
https://gcc.gnu.org/pipermail/gcc-patches/2024-November/669071.html

Patch 5 of 5 (change TARGET_MODULO to TARGET_POWER9):
https://gcc.gnu.org/pipermail/gcc-patches/2024-November/669072.html

-- 
Michael Meissner, IBM
PO Box 98, Ayer, Massachusetts, USA, 01432
email: meiss...@linux.ibm.com

Reply via email to