Re: [PATCH] Fix for vcmpequt builtin

2021-06-14 Thread Segher Boessenkool
Hi! On Mon, Jun 14, 2021 at 01:50:57PM -0700, Carl Love wrote: > The following patch removes some unused BU_P10_OVERLOAD_2 entries. > Also, it fixes the builtin definition to use the altivec_eqv1ti > instruction definition for the compare instruction. > BU_P10V_AV_2 (VCMPGTUT, "vcm

[PATCH] Fix for vcmpequt builtin

2021-06-14 Thread Carl Love via Gcc-patches
GCC Maintainers: The following patch removes some unused BU_P10_OVERLOAD_2 entries. Also, it fixes the builtin definition to use the altivec_eqv1ti instruction definition for the compare instruction. The patch has been tested on powerpc64le-linux (Power 10 LE) Please let me know if the patch is