compiler.tree.modular-arithmetic: strict versions shouldn't be here.
parent
ad7ee60341
commit
14f425c57c
|
@ -39,9 +39,7 @@ IN: compiler.tree.modular-arithmetic
|
||||||
! is a modular arithmetic word, then the input can be converted into
|
! is a modular arithmetic word, then the input can be converted into
|
||||||
! a form that is cheaper to compute.
|
! a form that is cheaper to compute.
|
||||||
{
|
{
|
||||||
>fixnum
|
>fixnum bignum>fixnum integer>fixnum
|
||||||
bignum>fixnum bignum>fixnum-strict
|
|
||||||
integer>fixnum integer>fixnum-strict
|
|
||||||
float>fixnum
|
float>fixnum
|
||||||
set-alien-unsigned-1 set-alien-signed-1
|
set-alien-unsigned-1 set-alien-signed-1
|
||||||
set-alien-unsigned-2 set-alien-signed-2
|
set-alien-unsigned-2 set-alien-signed-2
|
||||||
|
|
Loading…
Reference in New Issue