Hello! > As discussed for AVX512F submission, using -D.... in dg-options, > should be replaced with parts of the testcase itself. Patch below > does that. > Ok for trunk? > > P. S. > As patch itself is hard to review, this was done by sed like this: > > sed -i 's/ -DAVX512IFMA//g' ../gcc/testsuite/gcc.target/i386/avx512* > ... > sed -i 's/#define AVX512F_LEN 256/#define AVX512VL\n#define AVX512F_LEN256/g' > ../gcc/testsuite/gcc.target/i386/avx512vl-* > ...
Looking into a couple of cases, it looks OK. Thanks, Uros.