Re: [PATCH v2 2/2] rs6000: Add test for _mm_minpos_epu16

2021-07-09 Thread Bill Schmidt via Gcc-patches
Hi Paul, On 6/8/21 2:11 PM, Paul A. Clarke via Gcc-patches wrote: Copy the test for _mm_minpos_epu16 from gcc/testsuite/gcc.target/i386/sse4_1-phminposuw.c, with a few adjustments: - Adjust the dejagnu directives for powerpc platform. - Make the data not be monotonically increasing, such tha

Re: [ping PATCH v2 2/2] rs6000: Add test for _mm_minpos_epu16

2021-06-21 Thread Paul A. Clarke via Gcc-patches
Gentle ping. I now realize I forgot to include a blurb about "what changed in v2". v2: - Rewrote input computation into a fixed set of useful input sets: - All equal. - All but one equal. - A couple equal, but not in positions that are endian-identical. - Minimum first. - Minimum last.

[PATCH v2 2/2] rs6000: Add test for _mm_minpos_epu16

2021-06-08 Thread Paul A. Clarke via Gcc-patches
Copy the test for _mm_minpos_epu16 from gcc/testsuite/gcc.target/i386/sse4_1-phminposuw.c, with a few adjustments: - Adjust the dejagnu directives for powerpc platform. - Make the data not be monotonically increasing, such that some of the returned values are not always the first value (index