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

--- Comment #2 from Drea Pinski <pinskia at gcc dot gnu.org> ---
Don't use floating point for integer division. Plain and simple.

Especially with -ffast-math.

-ffast-math uses reciprocal estimate on x86_64.

Reply via email to