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
This commit is contained in:
Ulrich Weigand 2012-02-22 11:00:21 +00:00 committed by Ulrich Weigand
parent f18a7b25aa
commit bf210ecfc2
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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
}
}