rs6000, Fix header comment for intrinsic function _mm_movemask_epi8
authorCarl Love <carll@us.ibm.com>
Wed, 22 Apr 2020 16:57:53 +0000 (11:57 -0500)
committerCarl Love <carll@us.ibm.com>
Thu, 30 Apr 2020 18:31:29 +0000 (13:31 -0500)
gcc/ChangeLog

2020-04-30  Carl Love  <cel@us.ibm.com>

* config/rs6000/emmintrin.h (_mm_movemask_epi8): Fix comment.

gcc/ChangeLog
gcc/config/rs6000/emmintrin.h

index 69ecd225eceffd6499547473ec2da35c7277636a..def7f34dc1b56b3d8879ed6703c20e7b6994f808 100644 (file)
@@ -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
index 2462cf5bdac245fc5fffe7a2a0eb1ce3e035f144..b957c1bf7989d05bd468c894a900415308c9f6a7 100644 (file)
@@ -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)
 {