Ping #2: [PATCH, V2] Add Vector pair support

2025-02-12 Thread Michael Meissner
Ping the following patch: Note, I will be away on vacation from Tuesday February 25th through Friday March 7th. At this point of time, I do not anticipate bringing a laptop that I can respond to emails on this account. Message-ID: https://gcc.gnu.org/pipermail/gcc-patches/2024-December/670787.

[PATCH, V2] Add Vector pair support

2024-12-04 Thread Michael Meissner
This is the 2nd version of the patch to add a new include file (vector-pair.h) that adds support so that users writing high performance libraries can change their code to allow the generation of the vector pair load and store instructions on power10. The previous version of the patch was posted at