Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
0a2e45d4
Commit
0a2e45d4
authored
Jul 21, 2018
by
Raymond Toy
Browse files
Default RNG for x86 and sparc is :random-xoroshiro
Replace :random-mt19937 with :random-xoroshiro in the cross-compile scripts.
parent
576fc79d
Pipeline
#317
passed with stage
in 17 minutes and 19 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/tools/cross-scripts/cross-sparc-sparc.lisp
View file @
0a2e45d4
...
...
@@ -18,7 +18,7 @@
:relative-package-names
; Relative package names from Allegro
:conservative-float-type
:hash-new
:random-
mt19937
; MT-19937
generator
:random-
xoroshiro
; RNG
generator
:cmu
; Announce this is CMUCL
:cmu20
:cmu20a
; Current version identifier
:modular-arith
; Modular arithmetic
...
...
src/tools/cross-scripts/cross-x86-x86.lisp
View file @
0a2e45d4
...
...
@@ -20,7 +20,7 @@
:gencgc
; Generational GC
:conservative-float-type
:hash-new
:random-
mt19937
:random-
xoroshiro
; RNG
:cmu
:cmu20
:cmu20a
; Version features
:double-double
; double-double float support
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment