aarch64: Add aarch64*-*-* to the list of vect_long_long targets
This patch adds aarch64 to the list of vect_long_long targets. Regression tested on aarch64-none-linux-gnu. gcc/testsuite/ChangeLog: * lib/target-supports.exp (check_effective_target_vect_long_long): Add aarch64 to list of targets supporting long long vectorization.
This commit is contained in:
parent
617be7ba43
commit
d9a83904b1
1 changed files with 2 additions and 1 deletions
|
@ -7125,7 +7125,8 @@ proc check_effective_target_vect_long_long { } {
|
|||
&& [check_effective_target_s390_vx])
|
||||
|| ([istarget powerpc*-*-*]
|
||||
&& ![istarget powerpc-*-linux*paired*]
|
||||
&& [check_effective_target_has_arch_pwr8]) }}]
|
||||
&& [check_effective_target_has_arch_pwr8])
|
||||
|| [istarget aarch64*-*-*] }}]
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue