Re: [PATCH 1/3] LoongArch: testsuite: Fix pr112325.c and pr117888-1.c.

2025-05-24 Thread Lulu Cheng
在 2025/5/23 下午7:07, Xi Ruoyao 写道: On Fri, 2025-03-07 at 14:14 +0800, Lulu Cheng wrote: By default, vectorization is not enabled on LoongArch, resulting in the failure of these two test cases. Hmm, but wouldn't every test in the vect/ directory automatically get - mlsx (from DEFAULT_VECTCFLAGS

Re: [PATCH 1/3] LoongArch: testsuite: Fix pr112325.c and pr117888-1.c.

2025-05-23 Thread Xi Ruoyao
On Fri, 2025-03-07 at 14:14 +0800, Lulu Cheng wrote: > By default, vectorization is not enabled on LoongArch, > resulting in the failure of these two test cases. Hmm, but wouldn't every test in the vect/ directory automatically get - mlsx (from DEFAULT_VECTCFLAGS in lib/target-supports.exp)? > >