public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r10-10053] arm: Fix __arm_vctp16q return type in arm_mve.h
@ 2021-08-23 11:38 Christophe Lyon
  0 siblings, 0 replies; only message in thread
From: Christophe Lyon @ 2021-08-23 11:38 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2d83dc471d1cd88c69fcbd030acc81d75d6847de

commit r10-10053-g2d83dc471d1cd88c69fcbd030acc81d75d6847de
Author: Christophe Lyon <christophe.lyon@foss.st.com>
Date:   Mon Aug 23 09:47:14 2021 +0000

    arm: Fix __arm_vctp16q return type in arm_mve.h
    
    __arm_vctp16q actually returns mve_pred16_t rather than int64_t.
    
    2021-08-23  Christophe Lyon  <christophe.lyon@foss.st.com>
    
            gcc/
            * config/arm/arm_mve.h: Fix __arm_vctp16q return type.
    
    (cherry picked from commit ac3bcc813f26e6dc4c3b037d9d5c5a84f7f62cf4)

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

diff --git a/gcc/config/arm/arm_mve.h b/gcc/config/arm/arm_mve.h
index 4aa3787ca53..a19006f5008 100644
--- a/gcc/config/arm/arm_mve.h
+++ b/gcc/config/arm/arm_mve.h
@@ -3524,7 +3524,7 @@ __arm_vaddlvq_u32 (uint32x4_t __a)
   return __builtin_mve_vaddlvq_uv4si (__a);
 }
 
-__extension__ extern __inline int64_t
+__extension__ extern __inline mve_pred16_t
 __attribute__ ((__always_inline__, __gnu_inline__, __artificial__))
 __arm_vctp16q (uint32_t __a)
 {


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

only message in thread, other threads:[~2021-08-23 11:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-23 11:38 [gcc r10-10053] arm: Fix __arm_vctp16q return type in arm_mve.h Christophe Lyon

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