Skip to content
Snippets Groups Projects
Commit b6a38aa0 authored by Raymond Toy's avatar Raymond Toy
Browse files

Fix #103: Remove random-mt19937-update

We don't use the MT19937 RNG anymore, so we can remove this assembly
routine.  But since the code still exists for mt19937, just use
reader-conditionals to disable this.
parent f99321c7
No related branches found
No related tags found
No related merge requests found
......@@ -313,7 +313,7 @@
;;; the state vector with new random numbers. The state vector is
;;; passed in the EAX register.
;;;
#+assembler ; we don't want a vop for this one.
#+(and random-mt19937 assembler) ; we don't want a vop for this one.
(define-assembly-routine
(random-mt19937-update)
((:temp state unsigned-reg eax-offset)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment