https://gcc.gnu.org/g:f48e6de9766c8c775a894d2445b5ce9199e3bf45
commit f48e6de9766c8c775a894d2445b5ce9199e3bf45 Author: Michael Meissner <meiss...@linux.ibm.com> Date: Tue Oct 1 23:16:44 2024 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.vpair | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/gcc/ChangeLog.vpair b/gcc/ChangeLog.vpair index 9fec75006e9e..285eda695f6b 100644 --- a/gcc/ChangeLog.vpair +++ b/gcc/ChangeLog.vpair @@ -1,3 +1,18 @@ +==================== Branch work179-vpair, patch #309 ==================== + +Rewrite vector-pair.h to use macros. + +2024-10-01 Michael Meissner <meiss...@linux.ibm.com> + + * config/rs6000/rs6000-c.cc (rs6000_target_modify_macros): Define + __VPAIR__ if MMA is available. + * config/rs6000/vector-pair.h: Rewrite to only have one function + definition, and to use macros to to switch between the 3 + implementations. Delete vector_pair_t. + +==================== Branch work179-vpair, patch #308 was reverted ==================== + + ==================== Branch work179-vpair, patch #307 ==================== Remove re-inclusion support; Fix various typos; Spacing.