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.
This commit is contained in:
Carl Love 2020-04-22 11:57:53 -05:00
parent 1242741110
commit 0c9344e025
2 changed files with 6 additions and 1 deletions

View 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-29 H.J. Lu <hongjiu.lu@intel.com>
Backport from master

View 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)
{