Igor Zamyatin <izamya...@gmail.com> wrote on 29/12/2011 02:04:45 PM:
> When compiler configured with, say corei7-avx, it outputs twice more > diagnostics on integer tests since AVX deals mostly with floats. I.e. > compiler tries to vectorize on AVX vector size, than fails and then > vectorizes on smaller vector size. This double work leads to double > diagnostic output. OK, so you why not use vect_sizes_32B_16B? Ira