float_divmod(): the code wasn't sick enough to stop the MS optimizer
from optimizing away mod's sign adjustment when mod == 0; so it got the intended result only in the debug build.
Showing
Please register or sign in to comment
from optimizing away mod's sign adjustment when mod == 0; so it got the intended result only in the debug build.