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
1 changed file:
Changes:
| ... | ... | @@ -58,6 +58,8 @@ public domain. |
| 58 | 58 | * #463: `double-double-float` is missing comparison operations
|
| 59 | 59 | between `double-double-float` and `double-float`
|
| 60 | 60 | * #474: Add functions to print and parse C-style hex floats.
|
| 61 | + * #504: Do correct rounding in `scale-float-maybe-underflow`.
|
|
| 62 | + This was causing some denormals to be read incorrectly.
|
|
| 61 | 63 | * Other changes:
|
| 62 | 64 | * Improvements to the PCL implementation of CLOS:
|
| 63 | 65 | * Changes to building procedure:
|