Re: [committed] testsuite: Fix up sse3-addsubps.c

2024-08-12 Thread Alejandro Colomar
Hi Jakub, On Sat, Aug 10, 2024 at 10:57:25AM GMT, Jakub Jelinek wrote: > This is an obvious typo as can be seen in what the test does, what similar > tests committed in the same commit do (all the others use sizeof (vals) / > sizeof (vals[0])) and what the test originates from (i386/sse3-addsubps.

[committed] testsuite: Fix up sse3-addsubps.c

2024-08-10 Thread Jakub Jelinek
On Thu, Aug 08, 2024 at 10:01:14PM +0200, Alejandro Colomar wrote: > Here are the suspects: > > ./gcc/testsuite/gcc.target/powerpc/sse3-addsubps.c:80: > for (i = 0; i < sizeof (vals) / sizeof (vals); i += 8) This is an obvious typo as can be seen in what the test does, what similar tests