From 5cf931d65e0fbee89b50a09e65b30207ac767884 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 21 Jul 2013 12:13:47 +0000 Subject: * bignum.c (bary_mul): Use simple multiplication if yl is small. (rb_cstr_to_inum): Invoke bigsq instead of bigmul0. (bigsq): Re-implemented. (bigmul0): Invoke bigsq if two arguments are identical. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index de61cc5a57..126ffba954 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun Jul 21 21:08:59 2013 Tanaka Akira + + * bignum.c (bary_mul): Use simple multiplication if yl is small. + (rb_cstr_to_inum): Invoke bigsq instead of bigmul0. + (bigsq): Re-implemented. + (bigmul0): Invoke bigsq if two arguments are identical. + Sun Jul 21 09:58:19 2013 Tanaka Akira * bignum.c (bary_mul_toom3): New function based on bigmul1_toom3. -- cgit v1.2.3