[AArch64][Testsuite] Enable vect_uintfloat_cvt for AArch64.
authorjgreenhalgh <jgreenhalgh@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Apr 2013 11:11:11 +0000 (11:11 +0000)
committerjgreenhalgh <jgreenhalgh@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Apr 2013 11:11:11 +0000 (11:11 +0000)
gcc/testsuite/
* lib/target-supports.exp (vect_uintfloat_cvt): Enable for AArch64.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198406 138bc75d-0d04-0410-961f-82ee72b054a4

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

index d035aa5..c75ae40 100644 (file)
@@ -1,5 +1,9 @@
 2013-04-29  James Greenhalgh  <james.greenhalgh@arm.com>
 
+       * lib/target-supports.exp (vect_uintfloat_cvt): Enable for AArch64.
+
+2013-04-29  James Greenhalgh  <james.greenhalgh@arm.com>
+
        * gcc.target/aarch64/vect-vcvt.c: New.
 
 2013-04-29  James Greenhalgh  <james.greenhalgh@arm.com>
index 593ed06..45c8b84 100644 (file)
@@ -2012,6 +2012,7 @@ proc check_effective_target_vect_uintfloat_cvt { } {
              || ([istarget powerpc*-*-*]
                  && ![istarget powerpc-*-linux*paired*])
              || [istarget x86_64-*-*] 
+             || [istarget aarch64*-*-*]
              || ([istarget arm*-*-*]
                  && [check_effective_target_arm_neon_ok])} {
            set et_vect_uintfloat_cvt_saved 1