Re: [PATCH] Restrict vector extension to use 128bit vectors (PR testsuite/88265).

2018-11-30 Thread Jakub Jelinek
On Fri, Nov 30, 2018 at 11:16:21AM +0100, Martin Liška wrote: > This is about restriction of vector width on x86_64 target in order > to match expected _ZGVbN4v_* glibc vector functions. If you want to test just that, then just add -mno-avx instead of -mavx2 -mno-avx512f -mprefer-vector-width=128.

[PATCH] Restrict vector extension to use 128bit vectors (PR testsuite/88265).

2018-11-30 Thread Martin Liška
Hi. This is about restriction of vector width on x86_64 target in order to match expected _ZGVbN4v_* glibc vector functions. Ready for trunk? Martin gcc/testsuite/ChangeLog: 2018-11-30 Martin Liska PR testsuite/88265 * gfortran.dg/simd-builtins-1.f90: Restrict to 128b vecto