mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 18:50:45 +08:00
VSX_EXTRACT fix
2020-10-28 Carl Love <cel@us.ibm.com> gcc/ * config/rs6000/vsx.md(xxgenpcvm_<mode>_internal): Remove TARGET_64BIT.
This commit is contained in:
parent
8572edc828
commit
a3c13696fd
@ -3109,7 +3109,7 @@
|
||||
[(match_operand:VSX_EXTRACT_I4 1 "altivec_register_operand" "v")
|
||||
(match_operand:QI 2 "const_0_to_3_operand" "n")]
|
||||
UNSPEC_XXGENPCV))]
|
||||
"TARGET_POWER10 && TARGET_64BIT"
|
||||
"TARGET_POWER10"
|
||||
"xxgenpcv<wd>m %x0,%1,%2"
|
||||
[(set_attr "type" "vecsimple")])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user