Commit 0cbe536e by Cesar Philippidis Committed by Marcus Shawcroft

2013-11-13 Cesar Philippidis <cesar@codesourcery.com>

	    * lib/target-supports.exp
	    (check_effective_target_vect_cmdline_neeed): Add AArch64 to the list
	    of targets that do not need command line argument to enable SIMD.

From-SVN: r204745
parent 2ee574ba
2013-11-13 Cesar Philippidis <cesar@codesourcery.com>
* lib/target-supports.exp
(check_effective_target_vect_cmdline_neeed): Add AArch64 to the list
of targets that do not need command line argument to enable SIMD.
2013-11-13 Eric Botcazou <ebotcazou@adacore.com>
* gcc.dg/guality/param-4.c: New test.
......
......@@ -1995,7 +1995,8 @@ proc check_effective_target_vect_cmdline_needed { } {
|| [check_effective_target_powerpc_altivec]))
|| ([istarget sparc*-*-*] && [check_effective_target_sparc_vis])
|| [istarget spu-*-*]
|| ([istarget arm*-*-*] && [check_effective_target_arm_neon]) } {
|| ([istarget arm*-*-*] && [check_effective_target_arm_neon])
|| [istarget aarch64*-*-*] } {
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