public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/2] rs6000: Add support for _mm_minpos_epu16
@ 2021-06-02 22:13 Paul A. Clarke
  2021-06-02 22:13 ` [PATCH 1/2] " Paul A. Clarke
  2021-06-02 22:13 ` [PATCH 2/2] rs6000: Add test " Paul A. Clarke
  0 siblings, 2 replies; 7+ messages in thread
From: Paul A. Clarke @ 2021-06-02 22:13 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                 | 27 ++++++++
 .../gcc.target/powerpc/sse4_1-phminposuw.c    | 63 +++++++++++++++++++
 2 files changed, 90 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-06-03 18:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-02 22:13 [PATCH 0/2] rs6000: Add support for _mm_minpos_epu16 Paul A. Clarke
2021-06-02 22:13 ` [PATCH 1/2] " Paul A. Clarke
2021-06-03  0:27   ` Segher Boessenkool
2021-06-03 17:59     ` Paul A. Clarke
2021-06-02 22:13 ` [PATCH 2/2] rs6000: Add test " Paul A. Clarke
2021-06-03  1:50   ` Segher Boessenkool
2021-06-03 18:01     ` Paul A. Clarke

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).