[AArch64][Testsuite] Enable vect_uintfloat_cvt for AArch64.

gcc/testsuite/
	* lib/target-supports.exp (vect_uintfloat_cvt): Enable for AArch64.

From-SVN: r198406
This commit is contained in:
James Greenhalgh 2013-04-29 11:11:11 +00:00 committed by James Greenhalgh
parent 47934dc4c2
commit 593bd7df64
2 changed files with 5 additions and 0 deletions

View file

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

View 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