]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
target-supports.exp (check_effective_target_vect_condition): Return true for NEON.
authorUlrich Weigand <ulrich.weigand@linaro.org>
Wed, 22 Feb 2012 17:38:22 +0000 (17:38 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Wed, 22 Feb 2012 17:38:22 +0000 (17:38 +0000)
* lib/target-supports.exp (check_effective_target_vect_condition):
Return true for NEON.

From-SVN: r184486

gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports.exp

index 7789e2542daab592877ba0f9e770e95931760e61..6c2bd8cdba4f7b6b44b4a19b849627c6d4ec092a 100644 (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
index 1b64cb6cd9a6944336ea2fa1a3df0a465eaab45f..788a51205b8e8106fc642fb3c2f8341b8f651adf 100644 (file)
@@ -3050,7 +3050,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
        }
     }