Re: [PATCH] Avoid SIMD clone dg-do run tests if assembler doesn't support AVX2 (PR lto/59326)

2013-12-02 Thread Richard Henderson
On 11/29/2013 12:02 PM, Jakub Jelinek wrote: > As we create SIMD clones for all of SSE2, AVX and AVX2 ISAs right now, > the assembler needs to support SSE2, AVX and AVX2. Apparently some folks > are still using binutils that don't handle that, this patch conditionalizes > the test on that. > > Bo

[PATCH] Avoid SIMD clone dg-do run tests if assembler doesn't support AVX2 (PR lto/59326)

2013-11-28 Thread Jakub Jelinek
Hi! As we create SIMD clones for all of SSE2, AVX and AVX2 ISAs right now, the assembler needs to support SSE2, AVX and AVX2. Apparently some folks are still using binutils that don't handle that, this patch conditionalizes the test on that. Bootstrapped/regtested on x86_64-linux and i686-linux,