mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
6c553b7606
commit
9c8eabea69
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue