Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    8e58835f
    o Fix a bug in %unary-ftruncate/single-float and · 8e58835f
    rtoy authored
      %unary-ftruncate/double-float where the test for infinity and NaN
      was wrong.
    o When given NaN, these functions should return a quiet
      (non-signaling) NaN instead of returning the signaling NaN.  This
      fixes the FRUNCATE/FFLOOR/FCEILING tests in ieeefp-tests.
    8e58835f
    History
    o Fix a bug in %unary-ftruncate/single-float and
    rtoy authored
      %unary-ftruncate/double-float where the test for infinity and NaN
      was wrong.
    o When given NaN, these functions should return a quiet
      (non-signaling) NaN instead of returning the signaling NaN.  This
      fixes the FRUNCATE/FFLOOR/FCEILING tests in ieeefp-tests.