Raymond Toy pushed to branch rtoy-amd64-p1 at cmucl / cmucl
Commits:
-
9cf8b82c
by Raymond Toy at 2020-08-18T22:12:14-07:00
1 changed file:
Changes:
... | ... | @@ -121,7 +121,6 @@ |
121 | 121 |
(comf "target:compiler/typetran" :byte-compile *byte-compile*)
|
122 | 122 |
(comf "target:compiler/generic/vm-typetran" :byte-compile *byte-compile*)
|
123 | 123 |
(comf "target:compiler/float-tran" :byte-compile *byte-compile*)
|
124 |
-#+#.(c:target-featurep :double-double)
|
|
125 | 124 |
(comf "target:compiler/float-tran-dd" :byte-compile *byte-compile*)
|
126 | 125 |
(comf "target:compiler/saptran" :byte-compile *byte-compile*)
|
127 | 126 |
(comf "target:compiler/srctran") ;; try
|