projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0568f80
)
Fix typo in arm_mve.h __arm_vcmpneq_s8 return type
author
Christophe Lyon
<christophe.lyon@linaro.org>
Tue, 19 Jan 2021 10:31:48 +0000
(10:31 +0000)
committer
Christophe Lyon
<christophe.lyon@linaro.org>
Thu, 21 Jan 2021 13:50:01 +0000
(13:50 +0000)
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.
gcc/config/arm/arm_mve.h
patch
|
blob
|
history
diff --git
a/gcc/config/arm/arm_mve.h
b/gcc/config/arm/arm_mve.h
index
f27f6cd
..
3a40c6e
100644
(file)
--- 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)
{