Return true for NEON.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184464
138bc75d-0d04-0410-961f-
82ee72b054a4
+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
|| [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
}
}