From 4720c79403b1770bc7cb45ca972d6443e05c0be5 Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Tue, 19 Dec 2017 19:03:27 -0800 Subject: [PATCH] Add comment --- src/bootfiles/21c/boot-21c-cross-x86.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootfiles/21c/boot-21c-cross-x86.lisp b/src/bootfiles/21c/boot-21c-cross-x86.lisp index 7ac6cc7fd..a42956e1b 100644 --- a/src/bootfiles/21c/boot-21c-cross-x86.lisp +++ b/src/bootfiles/21c/boot-21c-cross-x86.lisp @@ -20,7 +20,7 @@ :gencgc ; Generational GC :conservative-float-type :hash-new - :random-xoroshiro + :random-xoroshiro ; xoroshiro128+ RNG :cmu :cmu20 :cmu20a ; Version features :double-double ; double-double float support ) -- GitLab