Raymond Toy pushed to branch rtoy-amd64-p1 at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/compiler/amd64/parms.lisp
    ... ... @@ -165,6 +165,10 @@
    165 165
     (defconstant long-float-digits
    
    166 166
       (+ (byte-size long-float-significand-byte) 32 1))
    
    167 167
     
    
    168
    +#+double-double
    
    169
    +(defconstant double-double-float-digits
    
    170
    +  (* 2 double-float-digits))
    
    171
    +
    
    168 172
     ;;; pfw -- from i486 microprocessor programmers reference manual
    
    169 173
     (defconstant float-invalid-trap-bit        (ash 1 0))
    
    170 174
     (defconstant float-denormal-trap-bit       (ash 1 1))