aboutsummaryrefslogtreecommitdiffstats
path: root/ext/-test-/bignum/mul.c
Commit message (Expand)AuthorAgeFilesLines
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-2/+2
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-1/+0
* * bignum.c (SIZEOF_BDIGIT): Renamed from SIZEOF_BDIGITS.akr2014-04-131-2/+2
* * bignum.c: Use GMP to accelerate big Bignum multiplication.akr2013-08-311-0/+11
* * bignum.c (rb_big_sq_fast): New function for testing.akr2013-07-081-0/+14
* * internal.h (rb_big_mul_normal): Declared.akr2013-07-071-0/+41