You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VM_rint: do not generate negative zeroes when the input is positive.
This matches what rint() does by default in all current compilers, but
does not depend on rounding mode.
NOTE: VM_rint from Quake is _not_ rint from the C standard; it does not
round to _even_ when breaking ties. It actually is C23's roundeven().
Fixes issue #276.
0 commit comments