https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117776

--- Comment #7 from IonuČ› Nicula <nicula.iccc at gmail dot com> ---
I see that if I replace the condition with `n%3==0`, or `n>3`, the code is
vectorized. So GCC is clearly capable of vectorizing this `accumulator +=
boolean` pattern.

Reply via email to