Fix typo in arm_mve.h __arm_vcmpneq_s8 return type
authorChristophe Lyon <christophe.lyon@linaro.org>
Tue, 19 Jan 2021 10:31:48 +0000 (10:31 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Thu, 21 Jan 2021 13:50:01 +0000 (13:50 +0000)
commite154009f35a74edffda42b77b806a1fb8591d4c0
tree8f14715e425c5147b5e6c155ccbb93e636fb9d5b
parent0568f801effcea6f4e066c40bc346513d6b946c5
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.
gcc/config/arm/arm_mve.h