Raymond Toy pushed to branch issue-504-read-denormals-with-rounding at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/general-info/release-22a.md
    ... ... @@ -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: