arm: MVE: Convert vcmp[eq|ne]* in arm_mve.h to use only 's' builtin version
authorChristophe Lyon <christophe.lyon@linaro.org>
Mon, 10 May 2021 12:51:33 +0000 (12:51 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Mon, 10 May 2021 12:54:20 +0000 (12:54 +0000)
commitd1cee151e10e3099dba332d10f1f5c28ac05fb73
treed6964238ce87ba4982d4f5470d067caaf1c8747d
parent9e6b3b4a22cb0c9151eb39abcdc9847daf5a5d61
arm: MVE: Convert vcmp[eq|ne]* in arm_mve.h to use only 's' builtin version

There is no need to have a signed and an unsigned version of these
builtins. This is similar to what we do for Neon in arm_neon.h.
This mechanical patch enables later cleanup patches.

2021-05-10  Christophe Lyon  <christophe.lyon@linaro.org>

gcc/
* config/arm/arm_mve.h (__arm_vcmpeq*u*, __arm_vcmpne*u*): Call
the 's' version of the builtin.
gcc/config/arm/arm_mve.h