aboutsummaryrefslogtreecommitdiffstats
path: root/misc/karatsuba.cpp
Commit message (Expand)AuthorAgeFilesLines
* compare gmp and llvm of mulPre and sqrPreMITSUNARI Shigeo2017-01-271-4/+13
* rename fp_llvm to low_func_llvmMITSUNARI Shigeo2016-11-161-1/+1
* split fp_proto.hpp into proto.hpp and low_func.hppMITSUNARI Shigeo2016-11-151-1/+1
* remove x in benchmarkMITSUNARI Shigeo2016-11-011-6/+5
* use karatsuba for sqr if N >= 6MITSUNARI Shigeo2016-11-011-6/+10
* use karatsuba if llvmMITSUNARI Shigeo2016-11-011-2/+2
* use karatsuba for N >= 8MITSUNARI Shigeo2016-10-301-20/+4
* split MulPre and MulPreCoreMITSUNARI Shigeo2016-10-301-15/+19
* rename MCL_MAX_OP_BIT_SIZE to MCL_MAX_BIT_SIZEMITSUNARI Shigeo2016-10-281-1/+1
* add comment to fix cpu freqMITSUNARI Shigeo2016-10-281-0/+4
* add benchmark of karatsubaMITSUNARI Shigeo2016-10-271-0/+71