public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-5343] aarch64: Add aarch64*-*-* to the list of vect_long_long targets
@ 2023-01-25 10:01 Andre Simoes Dias Vieira
  0 siblings, 0 replies; only message in thread
From: Andre Simoes Dias Vieira @ 2023-01-25 10:01 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:d9a83904b1da255164ddccbb91cae512b2f99587

commit r13-5343-gd9a83904b1da255164ddccbb91cae512b2f99587
Author: Andre Vieira <andre.simoesdiasvieira@arm.com>
Date:   Wed Jan 25 10:01:02 2023 +0000

    aarch64: Add aarch64*-*-* to the list of vect_long_long targets
    
    This patch adds aarch64 to the list of vect_long_long targets. Regression tested
    on aarch64-none-linux-gnu.
    
    gcc/testsuite/ChangeLog:
    
            * lib/target-supports.exp (check_effective_target_vect_long_long): Add
            aarch64 to list of targets supporting long long vectorization.

Diff:
---
 gcc/testsuite/lib/target-supports.exp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index c0694af2338..227e3004077 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -7125,7 +7125,8 @@ proc check_effective_target_vect_long_long { } {
 		 && [check_effective_target_s390_vx])
 	     || ([istarget powerpc*-*-*]
 		 && ![istarget powerpc-*-linux*paired*]
-		 && [check_effective_target_has_arch_pwr8]) }}]
+		 && [check_effective_target_has_arch_pwr8])
+	     || [istarget aarch64*-*-*] }}]
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-25 10:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-25 10:01 [gcc r13-5343] aarch64: Add aarch64*-*-* to the list of vect_long_long targets Andre Simoes Dias Vieira

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).