From 83a0709174f9f99038b45914ee54acd7c126f11b Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 31 Aug 2013 12:17:18 +0000 Subject: * bignum.c: Use GMP to accelerate big Bignum multiplication. (bary_mul_gmp): New function. (bary_mul): Use bary_mul_gmp. (bigsq): Use different threshold with GMP. * configure.in: Detect GMP. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4b56d54687..7c04d44b54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Sat Aug 31 21:02:07 2013 Tanaka Akira + + * bignum.c: Use GMP to accelerate big Bignum multiplication. + (bary_mul_gmp): New function. + (bary_mul): Use bary_mul_gmp. + (bigsq): Use different threshold with GMP. + + * configure.in: Detect GMP. + + [ruby-core:56658] [Feature #8796] + Sat Aug 31 15:03:00 2013 Charlie Somerville * compile.c (NODE_MATCH3): pass CALL_INFO to opt_regexpmatch2 -- cgit v1.2.3