Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    a94b4291
    Floating-point fixes for ppc. · a94b4291
    rtoy authored
    code/float-trap.lisp:
    o Set FP modes now.
    o Clear out sticky bits in SIGFPE handler
    
    code/ppc-vm.lisp:
    o Add (setf sigcontext-floating-point-modes) to set the FP mode.
    
    compiler/ppc/parms.lisp:
    o Add fields for various invalid operations bits.
    o Fix float-fast-bit
    a94b4291
    History
    Floating-point fixes for ppc.
    rtoy authored
    code/float-trap.lisp:
    o Set FP modes now.
    o Clear out sticky bits in SIGFPE handler
    
    code/ppc-vm.lisp:
    o Add (setf sigcontext-floating-point-modes) to set the FP mode.
    
    compiler/ppc/parms.lisp:
    o Add fields for various invalid operations bits.
    o Fix float-fast-bit