public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] rs6000: Add support for _mm_minpos_epu16
@ 2021-06-08 19:11 Paul A. Clarke
  2021-06-08 19:11 ` [PATCH v2 1/2] " Paul A. Clarke
  2021-06-08 19:11 ` [PATCH v2 2/2] rs6000: Add test " Paul A. Clarke
  0 siblings, 2 replies; 7+ messages in thread
From: Paul A. Clarke @ 2021-06-08 19:11 UTC (permalink / raw)
  To: gcc-patches; +Cc: segher

Added compatible implementation of _mm_minpos_epu16 for powerpc.
Copied, improved, and fixed testcase from i386.
Tested on BE, LE (32 and 64bit).

Paul A. Clarke (2):
  rs6000: Add support for _mm_minpos_epu16
  rs6000: Add test for _mm_minpos_epu16

 gcc/config/rs6000/smmintrin.h                 | 25 +++++++
 .../gcc.target/powerpc/sse4_1-phminposuw.c    | 68 +++++++++++++++++++
 2 files changed, 93 insertions(+)
 create mode 100644 gcc/testsuite/gcc.target/powerpc/sse4_1-phminposuw.c

-- 
2.27.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-07-09 15:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08 19:11 [PATCH v2 0/2] rs6000: Add support for _mm_minpos_epu16 Paul A. Clarke
2021-06-08 19:11 ` [PATCH v2 1/2] " Paul A. Clarke
2021-06-21 14:27   ` [ping PATCH " Paul A. Clarke
2021-07-09 15:35   ` [PATCH " Bill Schmidt
2021-06-08 19:11 ` [PATCH v2 2/2] rs6000: Add test " Paul A. Clarke
2021-06-21 14:35   ` [ping PATCH " Paul A. Clarke
2021-07-09 15:46   ` [PATCH " Bill Schmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).