[Testsuite] Turn on 64-bit-vector tests for AArch64.

* lib/target-supports.exp (check_effective_target_vect64): Add AArch64.

From-SVN: r229092
This commit is contained in:
Alan Lawrence 2015-10-20 16:56:52 +00:00 committed by Alan Lawrence
parent 2c7020eb7e
commit 361efe0562
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2015-10-20 Alan Lawrence <alan.lawrence@arm.com>
* lib/target-supports.exp (check_effective_target_vect64): Add AArch64.
2015-10-20 Marek Polacek <polacek@redhat.com>
PR c/67964

View file

@ -4769,6 +4769,7 @@ proc check_effective_target_vect64 { } {
if { ([istarget arm*-*-*]
&& [check_effective_target_arm_neon_ok]
&& [check_effective_target_arm_little_endian])
|| [istarget aarch64*-*-*]
|| [istarget sparc*-*-*] } {
set et_vect64_saved 1
}