LoongArch: testsuite:Added additional vectorization "-mlsx" option.
gcc/testsuite/ChangeLog: * gcc.dg/signbit-2.c: Added additional "-mlsx" compilation options. * gfortran.dg/graphite/vect-pr40979.f90: Dito. * gfortran.dg/vect/fast-math-mgrid-resid.f: Dito.
This commit is contained in:
parent
58a27738c5
commit
9e7947a667
3 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
/* { dg-additional-options "-msse2 -mno-avx512f" { target { i?86-*-* x86_64-*-* } } } */
|
||||
/* { dg-additional-options "-march=armv8-a" { target aarch64_sve } } */
|
||||
/* { dg-additional-options "-maltivec" { target powerpc_altivec_ok } } */
|
||||
/* { dg-additional-options "-mlsx" { target loongarch_sx } } */
|
||||
/* { dg-skip-if "no fallback for MVE" { arm_mve } } */
|
||||
|
||||
#include <stdint.h>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
! { dg-do compile }
|
||||
! { dg-require-effective-target vect_double }
|
||||
! { dg-additional-options "-msse2" { target { { i?86-*-* x86_64-*-* } && ilp32 } } }
|
||||
! { dg-additional-options "-mlsx" { target { loongarch*-*-* } } }
|
||||
|
||||
module mqc_m
|
||||
integer, parameter, private :: longreal = selected_real_kind(15,90)
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
! { dg-require-effective-target vect_double }
|
||||
! { dg-options "-O3 --param vect-max-peeling-for-alignment=0 -fpredictive-commoning -fdump-tree-pcom-details -std=legacy" }
|
||||
! { dg-additional-options "-mprefer-avx128" { target { i?86-*-* x86_64-*-* } } }
|
||||
! { dg-additional-options "-mlsx" { target { loongarch*-*-* } } }
|
||||
! { dg-additional-options "-mzarch" { target { s390*-*-* } } }
|
||||
|
||||
******* RESID COMPUTES THE RESIDUAL: R = V - AU
|
||||
|
|
Loading…
Add table
Reference in a new issue