Author: stian
Branch: math-improvements
Changeset: r92806:6e8fd621566a
Date: 2017-10-20 01:17 +0200
http://bitbucket.org/pypy/pypy/changeset/6e8fd621566a/
Log: Ups, not suppose to include this code
diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/rbigint.py
--- a/rpython/rlib/rbigint.py
+++ b/rpython/rlib/rbigint.py
@@ -748,8 +748,6 @@
return rbigint(self._digits[:asize], self.sign * bsign, asize)
elif digit & (digit - 1) == 0:
result = self.lqshift(ptwotable[digit])
- elif digit == 10:
- result = self.lqshift(3).add(self.lqshift(1))
elif asize == 1:
res = self.widedigit(0) * digit
carry = res >> SHIFT
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit