Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/tools/cross-scripts/cross-x86-osx-solaris.lisp
    ... ... @@ -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*))