Commit 96af01ae by Rainer Orth Committed by Rainer Orth

Make SPARC a vect64 target

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

From-SVN: r220109
parent b1512ea0
2015-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* lib/target-supports.exp (check_effective_target_vect64): Add
sparc*-*-*.
2015-01-26 Eric Botcazou <ebotcazou@adacore.com>
PR testsuite/64712
......
......@@ -4566,7 +4566,8 @@ proc check_effective_target_vect64 { } {
set et_vect64_saved 0
if { ([istarget arm*-*-*]
&& [check_effective_target_arm_neon_ok]
&& [check_effective_target_arm_little_endian]) } {
&& [check_effective_target_arm_little_endian])
|| [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