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

--- Comment #5 from vincenzo Innocente <vincenzo.innocente at cern dot ch> ---
of course if you can make
z[i] = ( (x[i]>0) & (w[i]<0)) ? z[i] : y[i];
to vectorize would be even better!

Reply via email to