Raymond Toy pushed to branch issue-294-xoroshiro-lisp-assem-routine at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/assembly/x86/arith.lisp
    ... ... @@ -447,8 +447,8 @@
    447 447
        (:policy :fast-safe)
    
    448 448
        (:arg-types simple-array-double-float)
    
    449 449
        (:result-types unsigned-num unsigned-num))
    
    450
    -  ((:arg state descriptor-reg eax-offset)
    
    451
    -   (:res r1 unsigned-reg edx-offset)
    
    450
    +  ((:arg state descriptor-reg edx-offset)
    
    451
    +   (:res r1 unsigned-reg ecx-offset)
    
    452 452
        (:res r0 unsigned-reg ebx-offset)
    
    453 453
        (:temp s0 double-reg xmm0-offset)
    
    454 454
        (:temp s1 double-reg xmm1-offset)