public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/wschmidt/heads/pu-upstream)] rs6000, Fix header comment for intrinsic function _mm_movemask_epi8
@ 2020-05-03 17:24 William Schmidt
  0 siblings, 0 replies; only message in thread
From: William Schmidt @ 2020-05-03 17:24 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:870b7834f068ef6fd11970491548aef27760dcde

commit 870b7834f068ef6fd11970491548aef27760dcde
Author: Carl Love <carll@us.ibm.com>
Date:   Wed Apr 22 11:57:53 2020 -0500

    rs6000, Fix header comment for intrinsic function _mm_movemask_epi8
    
    gcc/ChangeLog
    
    2020-04-30  Carl Love  <cel@us.ibm.com>
    
            * config/rs6000/emmintrin.h (_mm_movemask_epi8): Fix comment.

Diff:
---
 gcc/ChangeLog                 | 4 ++++
 gcc/config/rs6000/emmintrin.h | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 69ecd225ece..def7f34dc1b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2020-04-30  Carl Love  <cel@us.ibm.com>
+
+	* config/rs6000/emmintrin.h (_mm_movemask_epi8): Fix comment.
+
 2020-04-30  Martin Jambor  <mjambor@suse.cz>
 
 	PR ipa/94856
diff --git a/gcc/config/rs6000/emmintrin.h b/gcc/config/rs6000/emmintrin.h
index 2462cf5bdac..b957c1bf798 100644
--- a/gcc/config/rs6000/emmintrin.h
+++ b/gcc/config/rs6000/emmintrin.h
@@ -2033,7 +2033,8 @@ _mm_min_epu8 (__m128i __A, __m128i __B)
 #ifdef _ARCH_PWR8
 /* Intrinsic functions that require PowerISA 2.07 minimum.  */
 
-/* Creates a 4-bit mask from the most significant bits of the SPFP values.  */
+/* Return a mask created from the most significant bit of each 8-bit
+   element in A.  */
 extern __inline int __attribute__((__gnu_inline__, __always_inline__, __artificial__))
 _mm_movemask_epi8 (__m128i __A)
 {


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-03 17:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-03 17:24 [gcc(refs/users/wschmidt/heads/pu-upstream)] rs6000, Fix header comment for intrinsic function _mm_movemask_epi8 William 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).