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
Make the frnd function round according to the C 'round' spec
I don't know if this is correct as I don't have access to the ARC V3
specification, but if GCC is correct and QEMU is wrong, then the fdrnd
(and fsrnd) functions are supposed to round with ties rounding away
from zero, just like the C round and roundf functions.
Signed-off-by: Keith Packard <[email protected]>
0 commit comments