https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125388
--- Comment #4 from Drea Pinski <pinskia at gcc dot gnu.org> --- (In reply to Matthias Kretz (Vir) from comment #3) > (In reply to Drea Pinski from comment #2) > > Don't use floating point for integer division. Plain and simple. > > That's not a helpful comment. Yes it is. Use generic vectors here instead. Let the compiler do its job and let it decide if to use scalars or vectors here.
