Commit bf210ecf by Ulrich Weigand Committed by Ulrich Weigand

target-supports.exp (check_effective_target_vect_condition): Return true for NEON.

	* lib/target-supports.exp (check_effective_target_vect_condition):
	Return true for NEON.

From-SVN: r184464
parent f18a7b25
2012-02-22 Ulrich Weigand <ulrich.weigand@linaro.org>
* lib/target-supports.exp (check_effective_target_vect_condition):
Return true for NEON.
2012-02-21 Kai Tietz <ktietz@redhat.com>
* gcc.dg/bf-ms-layout-3.c: Mark char typed bitfield
......
......@@ -3430,7 +3430,8 @@ proc check_effective_target_vect_condition { } {
|| [istarget ia64-*-*]
|| [istarget i?86-*-*]
|| [istarget spu-*-*]
|| [istarget x86_64-*-*] } {
|| [istarget x86_64-*-*]
|| ([istarget arm*-*-*] && [check_effective_target_arm_neon_ok]) } {
set et_vect_cond_saved 1
}
}
......
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