Commit 361efe05 by Alan Lawrence Committed by Alan Lawrence

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

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

From-SVN: r229092
parent 2c7020eb
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
......
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment