From 14f425c57c5046ce99dbcbe35e3b232e611bbe6a Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sun, 8 Jun 2014 16:16:24 -0700 Subject: [PATCH] compiler.tree.modular-arithmetic: strict versions shouldn't be here. --- .../tree/modular-arithmetic/modular-arithmetic.factor | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/basis/compiler/tree/modular-arithmetic/modular-arithmetic.factor b/basis/compiler/tree/modular-arithmetic/modular-arithmetic.factor index 2aafeebdd8..135a63692d 100644 --- a/basis/compiler/tree/modular-arithmetic/modular-arithmetic.factor +++ b/basis/compiler/tree/modular-arithmetic/modular-arithmetic.factor @@ -39,9 +39,7 @@ IN: compiler.tree.modular-arithmetic ! is a modular arithmetic word, then the input can be converted into ! a form that is cheaper to compute. { - >fixnum - bignum>fixnum bignum>fixnum-strict - integer>fixnum integer>fixnum-strict + >fixnum bignum>fixnum integer>fixnum float>fixnum set-alien-unsigned-1 set-alien-signed-1 set-alien-unsigned-2 set-alien-signed-2