Skip to content

Commit

Permalink
* bignum.c (dump_bignum, bigmul1_balance, big_split, biglsh_bang,
Browse files Browse the repository at this point in the history
  bigrsh_bang, big_split3, bigmul1_toom3, bigmul0): implement Toom3 (Toom-Cook)
  multiplication.
* include/ruby/defines.h: add format prefixes for BDIGIT and BDIGIT_DBL.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
mrkn committed May 22, 2011
1 parent fbeca09 commit 4eb3654
Show file tree
Hide file tree
Showing 3 changed files with 317 additions and 22 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
@@ -1,3 +1,11 @@
Mon May 23 00:35:00 2001 Kenta Murata <mrkn@mrkn.jp>

* bignum.c (dump_bignum, bigmul1_balance, big_split, biglsh_bang,
bigrsh_bang, big_split3, bigmul1_toom3, bigmul0): implement Toom3 (Toom-Cook)
multiplication.

* include/ruby/defines.h: add format prefixes for BDIGIT and BDIGIT_DBL.

Sun May 22 23:24:02 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>

* ext/openssl/ossl_asn1.c: Instead of rb_intern use static symbols to
Expand Down

0 comments on commit 4eb3654

Please sign in to comment.