Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • Raymond Toy's avatar
    f61fb859
    Fix a couple of issues in the code. · f61fb859
    Raymond Toy authored
     * Use fdlibm_setexception to handle the case when the arg is NaN or
       Inf. (Previously depended on x+x doing the right thing.)
     * Fix a compiler warning about possible dangling else by adding
       braces as needed.
    f61fb859
    History
    Fix a couple of issues in the code.
    Raymond Toy authored
     * Use fdlibm_setexception to handle the case when the arg is NaN or
       Inf. (Previously depended on x+x doing the right thing.)
     * Fix a compiler warning about possible dangling else by adding
       braces as needed.