public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-5814] rs6000: Fix errant "vector" instead of "__vector"
@ 2021-12-06 22:19 Paul Clarke
  0 siblings, 0 replies; only message in thread
From: Paul Clarke @ 2021-12-06 22:19 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:325c6163a33af91264d1b7817a45b8425d5e6a4f

commit r12-5814-g325c6163a33af91264d1b7817a45b8425d5e6a4f
Author: Paul A. Clarke <pc@us.ibm.com>
Date:   Mon Dec 6 16:16:31 2021 -0600

    rs6000: Fix errant "vector" instead of "__vector"
    
    Fixes 85289ba36c2e62de84cc0232c954d9a74bda708a.
    
    2021-12-06  Paul A. Clarke  <pc@us.ibm.com>
    
    gcc
            PR target/103545
            * config/rs6000/xmmintrin.h (_mm_movemask_ps): Replace "vector" with
            "__vector".

Diff:
---
 gcc/config/rs6000/xmmintrin.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/rs6000/xmmintrin.h b/gcc/config/rs6000/xmmintrin.h
index 4c093fd1d5a..31d26add50b 100644
--- a/gcc/config/rs6000/xmmintrin.h
+++ b/gcc/config/rs6000/xmmintrin.h
@@ -1353,7 +1353,7 @@ extern __inline int __attribute__((__gnu_inline__, __always_inline__, __artifici
 _mm_movemask_ps (__m128  __A)
 {
 #ifdef _ARCH_PWR10
-  return vec_extractm ((vector unsigned int) __A);
+  return vec_extractm ((__vector unsigned int) __A);
 #else
   __vector unsigned long long result;
   static const __vector unsigned int perm_mask =


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

only message in thread, other threads:[~2021-12-06 22:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-06 22:19 [gcc r12-5814] rs6000: Fix errant "vector" instead of "__vector" Paul 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).