* lib/target-supports.exp

(check_effective_target_vect_cmdline_needed):: Add alpha to the list
	of targets that do not need command line argument to enable SIMD.

From-SVN: r150852
This commit is contained in:
Uros Bizjak
2009-08-17 19:01:53 +02:00
committed by Uros Bizjak
parent 2679ab00c6
commit f32c6a2b10
2 changed files with 8 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
2009-08-17 Uros Bizjak <ubizjak@gmail.com>
* lib/target-supports.exp
(check_effective_target_vect_cmdline_needed):: Add alpha to the list
of targets that do not need command line argument to enable SIMD.
2009-08-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* lib/target-supports.exp (check_effective_target_mpc_pow): Fix
+2 -1
View File
@@ -1356,7 +1356,8 @@ proc check_effective_target_vect_cmdline_needed { } {
verbose "check_effective_target_vect_cmdline_needed: using cached result" 2
} else {
set et_vect_cmdline_needed_saved 1
if { [istarget ia64-*-*]
if { [istarget alpha*-*-*]
|| [istarget ia64-*-*]
|| (([istarget x86_64-*-*] || [istarget i?86-*-*])
&& [check_effective_target_lp64])
|| ([istarget powerpc*-*-*]