target-supports.exp (check_effective_target_vect_cond_mixed): Add aarch64*-*-*.

gcc/testsuite
	* lib/target-supports.exp (check_effective_target_vect_cond_mixed):
	Add aarch64*-*-*.

From-SVN: r239329
This commit is contained in:
Bin Cheng 2016-08-10 15:45:25 +00:00 committed by Bin Cheng
parent 6c553b7606
commit 9c8eabea69
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2016-08-10 Bin Cheng <bin.cheng@arm.com>
* lib/target-supports.exp (check_effective_target_vect_cond_mixed):
Add aarch64*-*-*.
2016-08-10 Bin Cheng <bin.cheng@arm.com> 2016-08-10 Bin Cheng <bin.cheng@arm.com>
* gcc.target/aarch64/simd/vcond-ne.c: New test. * gcc.target/aarch64/simd/vcond-ne.c: New test.

View File

@ -5402,6 +5402,7 @@ proc check_effective_target_vect_cond_mixed { } {
} else { } else {
set et_vect_cond_mixed_saved($et_index) 0 set et_vect_cond_mixed_saved($et_index) 0
if { [istarget i?86-*-*] || [istarget x86_64-*-*] if { [istarget i?86-*-*] || [istarget x86_64-*-*]
|| [istarget aarch64*-*-*]
|| [istarget powerpc*-*-*] } { || [istarget powerpc*-*-*] } {
set et_vect_cond_mixed_saved($et_index) 1 set et_vect_cond_mixed_saved($et_index) 1
} }