Raymond Toy pushed to branch issue-504-read-denormals-with-rounding at cmucl / cmucl Commits: a5b2bbcc by Raymond Toy at 2026-05-26T07:37:03-07:00 Update release notes. No other changes. - - - - - 1 changed file: - src/general-info/release-22a.md Changes: ===================================== src/general-info/release-22a.md ===================================== @@ -58,6 +58,8 @@ public domain. * #463: `double-double-float` is missing comparison operations between `double-double-float` and `double-float` * #474: Add functions to print and parse C-style hex floats. + * #504: Do correct rounding in `scale-float-maybe-underflow`. + This was causing some denormals to be read incorrectly. * Other changes: * Improvements to the PCL implementation of CLOS: * Changes to building procedure: View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/a5b2bbcc68930295d4c56c75... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/a5b2bbcc68930295d4c56c75... You're receiving this email because of your account on gitlab.common-lisp.net. Manage all notifications: https://gitlab.common-lisp.net/-/profile/notifications | Help: https://gitlab.common-lisp.net/help
participants (1)
-
Raymond Toy (@rtoy)