Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • Raymond Toy's avatar
    da2ff74d
    Handle FPU exceptions better. · da2ff74d
    Raymond Toy authored
    In sigfpe-handler, don't modify the modes; just use whatever they
    are. (They should be the default values.)
    
    In with-float-traps-*, actually just restore the floating-point mode
    to the exact original mode instead of trying to mask things out.
    da2ff74d
    History
    Handle FPU exceptions better.
    Raymond Toy authored
    In sigfpe-handler, don't modify the modes; just use whatever they
    are. (They should be the default values.)
    
    In with-float-traps-*, actually just restore the floating-point mode
    to the exact original mode instead of trying to mask things out.