Re: [PATCH] testsuite: Add more guards to complex tests

2021-11-04 Thread Richard Biener via Gcc-patches
On Thu, 4 Nov 2021, Tamar Christina wrote: > Hi All, > > This test hopefully fixes all the remaining target specific test issues by > > 1: Unrolling all add testcases by 16 using pragma GCC unroll > 2. On armhf use Adv.SIMD instead of MVE to test. MVE's autovec is too > incomplete >to be a

[PATCH] testsuite: Add more guards to complex tests

2021-11-04 Thread Tamar Christina via Gcc-patches
Hi All, This test hopefully fixes all the remaining target specific test issues by 1: Unrolling all add testcases by 16 using pragma GCC unroll 2. On armhf use Adv.SIMD instead of MVE to test. MVE's autovec is too incomplete to be a general test target. 3. Add appropriate vect_ and float guard