Commit 593bd7df by James Greenhalgh Committed by James Greenhalgh

[AArch64][Testsuite] Enable vect_uintfloat_cvt for AArch64.

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

From-SVN: r198406
parent 47934dc4
2013-04-29 James Greenhalgh <james.greenhalgh@arm.com> 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. * gcc.target/aarch64/vect-vcvt.c: New.
2013-04-29 James Greenhalgh <james.greenhalgh@arm.com> 2013-04-29 James Greenhalgh <james.greenhalgh@arm.com>
......
...@@ -2012,6 +2012,7 @@ proc check_effective_target_vect_uintfloat_cvt { } { ...@@ -2012,6 +2012,7 @@ proc check_effective_target_vect_uintfloat_cvt { } {
|| ([istarget powerpc*-*-*] || ([istarget powerpc*-*-*]
&& ![istarget powerpc-*-linux*paired*]) && ![istarget powerpc-*-linux*paired*])
|| [istarget x86_64-*-*] || [istarget x86_64-*-*]
|| [istarget aarch64*-*-*]
|| ([istarget arm*-*-*] || ([istarget arm*-*-*]
&& [check_effective_target_arm_neon_ok])} { && [check_effective_target_arm_neon_ok])} {
set et_vect_uintfloat_cvt_saved 1 set et_vect_uintfloat_cvt_saved 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment