rs6000: vec_neg built-ins wrongly require POWER8
authorBill Schmidt <wschmidt@linux.ibm.com>
Fri, 28 Jan 2022 17:50:25 +0000 (11:50 -0600)
committerSegher Boessenkool <segher@kernel.crashing.org>
Wed, 30 Mar 2022 18:29:26 +0000 (18:29 +0000)
commitd32a5f4b52aa1f845c4fb56d4e849d4386299100
tree49996b45796808043261b2ab10ff6de1ca63d92b
parent22b0476a814a4759bb68f38b9415624a0fe52a7d
rs6000: vec_neg built-ins wrongly require POWER8

As the subject states.  Fixing this is accomplished by moving the built-ins
to the correct stanzas, [altivec] and [vsx].

2022-01-27  Bill Schmidt  <wschmidt@linux.ibm.com>

gcc/
* config/rs6000/rs6000-builtins.def (NEG_V16QI): Move to [altivec]
stanza.
(NEG_V4SF): Likewise.
(NEG_V4SI): Likewise.
(NEG_V8HI): Likewise.
(NEG_V2DF): Move to [vsx] stanza.
(NEG_V2DI): Likewise.
gcc/config/rs6000/rs6000-builtins.def