Commit 95730f5e by Ira Rosen Committed by Ira Rosen

* testsuite/lib/target-supports.exp

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

From-SVN: r137142
parent e4371462
2008-06-26 Ira Rosen <irar@il.ibm.com>
* testsuite/lib/target-supports.exp
(check_effective_target_vect_cmdline_needed): Add SPU to the list
of targets that do not need command line argument to enable SIMD.
2008-06-26 Ira Rosen <irar@il.ibm.com>
* gcc.dg/vect/vect.exp: Run tests with -funroll-loops for SPU in case
of -O3.
......
......@@ -1130,7 +1130,8 @@ proc check_effective_target_vect_cmdline_needed { } {
&& [check_effective_target_lp64])
|| ([istarget powerpc*-*-*]
&& ([check_effective_target_powerpc_spe]
|| [check_effective_target_powerpc_altivec]))} {
|| [check_effective_target_powerpc_altivec]))
|| [istarget spu-*-*] } {
set et_vect_cmdline_needed_saved 0
}
}
......
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