Make SPARC a vect64 target
* lib/target-supports.exp (check_effective_target_vect64): Add sparc*-*-*. From-SVN: r220109
This commit is contained in:
parent
b1512ea053
commit
96af01aea5
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue