]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2013-11-13 Cesar Philippidis <cesar@codesourcery.com>
authorCesar Philippidis <cesar@codesourcery.com>
Wed, 13 Nov 2013 14:18:31 +0000 (06:18 -0800)
committerMarcus Shawcroft <mshawcroft@gcc.gnu.org>
Wed, 13 Nov 2013 14:18:31 +0000 (14:18 +0000)
    * 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

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

index d32d1beb11b6b03cfd7aef27af185d5dd4bd820d..bc6b294481bc9516d94e96e3c3a914bbf9da2930 100644 (file)
@@ -1,3 +1,9 @@
+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.
index c3d9712772ed304f4592a6c8364b38f01249bbfc..dbff4028d01b38bd2ac801b9f270be40706e7651 100644 (file)
@@ -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
        }
     }