Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • Raymond Toy's avatar
    7758900b
    Handle invalid correctly. · 7758900b
    Raymond Toy authored
    If the argument is a quiet NaN, then we don't want to signal an
    invalid operation. For all other floats, we do want to signal
    that. Add function isQNaN to detect quiet NaN.
    7758900b
    History
    Handle invalid correctly.
    Raymond Toy authored
    If the argument is a quiet NaN, then we don't want to signal an
    invalid operation. For all other floats, we do want to signal
    that. Add function isQNaN to detect quiet NaN.