Commit 7d68087c authored by uros's avatar uros
Browse files

* 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.



git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150852 138bc75d-0d04-0410-961f-82ee72b054a4
parent 04f50d6b
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
......
......@@ -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*-*-*]
......
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