Raymond Toy pushed to branch rtoy-amd64-p1 at cmucl / cmucl
Commits:
-
b323ffa9
by Raymond Toy at 2020-08-11T20:06:28-07:00
1 changed file:
Changes:
| ... | ... | @@ -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))
|