• R
    fix sh fesetround failure to clear old mode · 043c6e31
    Rich Felker 提交于
    the sh version of fesetround or'd the new rounding mode onto the
    control register without clearing the old rounding mode bits, making
    changes sticky. this was the root cause of multiple test failures.
    043c6e31
fenv.S 1.2 KB