[gcc(refs/users/clyon/heads/mve-autovec)] WIP check_effective_target_vect_int add MVE
Christophe Lyon
clyon@gcc.gnu.org
Tue Feb 22 09:07:25 GMT 2022
https://gcc.gnu.org/g:c74a93ad44880c623e133a0e3cbdc016298dae60
commit c74a93ad44880c623e133a0e3cbdc016298dae60
Author: Christophe Lyon <christophe.lyon@linaro.org>
Date: Thu Jun 3 14:36:34 2021 +0000
WIP check_effective_target_vect_int add MVE
Diff:
---
gcc/testsuite/lib/target-supports.exp | 1 +
1 file changed, 1 insertion(+)
diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index c1ad97c6bd2..b4bf2e6b495 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -3520,6 +3520,7 @@ proc check_effective_target_vect_int { } {
|| [istarget ia64-*-*]
|| [istarget aarch64*-*-*]
|| [is-effective-target arm_neon]
+ || [is-effective-target arm_v8_1m_mve_ok]
|| ([istarget mips*-*-*]
&& ([et-is-effective-target mips_loongson_mmi]
|| [et-is-effective-target mips_msa]))
More information about the Gcc-cvs
mailing list