diff mbox

[AArch64,Testsuite] Enable vect_uintfloat_cvt for AArch64.

Message ID 1366983381-18000-1-git-send-email-james.greenhalgh@arm.com
State New
Headers show

Commit Message

James Greenhalgh April 26, 2013, 1:36 p.m. UTC
Hi,

While modifying all the vcvt builtins we've fixed enough bugs
that we can now enable vect_uintfloat_cvt for AArch64. Do that.

Patch tested to ensure all newly enabled tests succeed.

James
---
gcc/testsuite/

2013-04-26  James Greenhalgh  <james.greenhalgh@arm.com>

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

Comments

Marcus Shawcroft April 29, 2013, 9:28 a.m. UTC | #1
On 26 April 2013 14:36, James Greenhalgh <james.greenhalgh@arm.com> wrote:
>
> Hi,
>
> While modifying all the vcvt builtins we've fixed enough bugs
> that we can now enable vect_uintfloat_cvt for AArch64. Do that.
>
> Patch tested to ensure all newly enabled tests succeed.
>
> James
> ---
> gcc/testsuite/
>
> 2013-04-26  James Greenhalgh  <james.greenhalgh@arm.com>
>
>         * lib/target-supports.exp (vect_uintfloat_cvt): Enable for AArch64.

OK
/Marcus
diff mbox

Patch

diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index 4604af6..33086c6 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -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