public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Christophe Lyon <clyon@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r10-10053] arm: Fix __arm_vctp16q return type in arm_mve.h
Date: Mon, 23 Aug 2021 11:38:23 +0000 (GMT)	[thread overview]
Message-ID: <20210823113823.F3BB9385780B@sourceware.org> (raw)

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


                 reply	other threads:[~2021-08-23 11:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210823113823.F3BB9385780B@sourceware.org \
    --to=clyon@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).