Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
bc927baf
by Raymond Toy at 2024-08-21T02:33:54+00:00
-
a0debef2
by Raymond Toy at 2024-08-21T02:33:58+00:00
1 changed file:
Changes:
| ... | ... | @@ -25,7 +25,7 @@ |
| 25 | 25 | :conservative-float-type
|
| 26 | 26 | :complex-fp-vops
|
| 27 | 27 | :hash-new
|
| 28 | - :random-mt19937
|
|
| 28 | + :random-xoroshiro
|
|
| 29 | 29 | :cmu :cmu21 :cmu21e ; Version features
|
| 30 | 30 | :double-double ; double-double float support
|
| 31 | 31 | :linkage-table
|
| ... | ... | @@ -44,6 +44,7 @@ |
| 44 | 44 | :propagate-fun-type :propagate-float-type :constrain-float-type
|
| 45 | 45 | :openbsd :freebsd :glibc2 :linux
|
| 46 | 46 | :mach-o :darwin
|
| 47 | + :random-mt19937
|
|
| 47 | 48 | :long-float :new-random :small))
|
| 48 | 49 | ;;;
|
| 49 | 50 | (setf *features* (remove :bsd *features*))
|