Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
b6a38aa0
by Raymond Toy at 2021-02-13T09:56:15-08:00
-
9b1abca5
by Raymond Toy at 2021-02-13T18:20:36+00:00
1 changed file:
Changes:
| ... | ... | @@ -313,7 +313,7 @@ |
| 313 | 313 |
;;; the state vector with new random numbers. The state vector is
|
| 314 | 314 |
;;; passed in the EAX register.
|
| 315 | 315 |
;;;
|
| 316 |
-#+assembler ; we don't want a vop for this one.
|
|
| 316 |
+#+(and random-mt19937 assembler) ; we don't want a vop for this one.
|
|
| 317 | 317 |
(define-assembly-routine
|
| 318 | 318 |
(random-mt19937-update)
|
| 319 | 319 |
((:temp state unsigned-reg eax-offset)
|