Re: [PATCH 53/55] rs6000: Update altivec.h for automated interfaces

2021-08-03 Thread Segher Boessenkool
On Wed, Jul 28, 2021 at 03:58:02PM -0500, Bill Schmidt wrote: > On 7/27/21 4:07 PM, will schmidt wrote: > >On Thu, 2021-06-17 at 10:19 -0500, Bill Schmidt via Gcc-patches wrote: > >>+#ifdef _ARCH_PWR8 > >>+#define vec_vclz vec_cntlz > >>+#define vec_vgbbd vec_gb > >>+#define vec_vmrgew vec_mergee >

Re: [PATCH 53/55] rs6000: Update altivec.h for automated interfaces

2021-07-28 Thread Bill Schmidt via Gcc-patches
Hi Will, On 7/27/21 4:07 PM, will schmidt wrote: On Thu, 2021-06-17 at 10:19 -0500, Bill Schmidt via Gcc-patches wrote: 2021-06-10 Bill Schmidt gcc/ * config/rs6000/altivec.h: Delete a number of #defines that are now superfluous; include rs6000-vecdefines.h; include some

Re: [PATCH 53/55] rs6000: Update altivec.h for automated interfaces

2021-07-27 Thread will schmidt via Gcc-patches
On Thu, 2021-06-17 at 10:19 -0500, Bill Schmidt via Gcc-patches wrote: > 2021-06-10 Bill Schmidt > > gcc/ > * config/rs6000/altivec.h: Delete a number of #defines that are > now superfluous; include rs6000-vecdefines.h; include some > synonyms. > --- > gcc/config/rs6000/altiv