public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-6837] Fix typo in arm_mve.h __arm_vcmpneq_s8 return type
@ 2021-01-21 13:50 Christophe Lyon
  0 siblings, 0 replies; only message in thread
From: Christophe Lyon @ 2021-01-21 13:50 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:e154009f35a74edffda42b77b806a1fb8591d4c0

commit r11-6837-ge154009f35a74edffda42b77b806a1fb8591d4c0
Author: Christophe Lyon <christophe.lyon@linaro.org>
Date:   Tue Jan 19 10:31:48 2021 +0000

    Fix typo in arm_mve.h __arm_vcmpneq_s8 return type
    
    Like all vcmp intrinsics, __arm_vcmpneq_s8 should return a mve_pred16_t.
    
    2021-01-21  Christophe Lyon  <christophe.lyon@linaro.org>
    
            gcc/
            * config/arm/arm_mve.h (__arm_vcmpneq_s8): Fix return type.

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 f27f6cd1e27..3a40c6e6816 100644
--- a/gcc/config/arm/arm_mve.h
+++ b/gcc/config/arm/arm_mve.h
@@ -3670,7 +3670,7 @@ __arm_vaddlvq_p_u32 (uint32x4_t __a, mve_pred16_t __p)
   return __builtin_mve_vaddlvq_p_uv4si (__a, __p);
 }
 
-__extension__ extern __inline int32_t
+__extension__ extern __inline mve_pred16_t
 __attribute__ ((__always_inline__, __gnu_inline__, __artificial__))
 __arm_vcmpneq_s8 (int8x16_t __a, int8x16_t __b)
 {


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

only message in thread, other threads:[~2021-01-21 13:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21 13:50 [gcc r11-6837] Fix typo in arm_mve.h __arm_vcmpneq_s8 return type 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).