Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compare gmp and llvm of mulPre and sqrPre | MITSUNARI Shigeo | 2017-01-27 | 1 | -4/+13 |
* | rename fp_llvm to low_func_llvm | MITSUNARI Shigeo | 2016-11-16 | 1 | -1/+1 |
* | split fp_proto.hpp into proto.hpp and low_func.hpp | MITSUNARI Shigeo | 2016-11-15 | 1 | -1/+1 |
* | remove x in benchmark | MITSUNARI Shigeo | 2016-11-01 | 1 | -6/+5 |
* | use karatsuba for sqr if N >= 6 | MITSUNARI Shigeo | 2016-11-01 | 1 | -6/+10 |
* | use karatsuba if llvm | MITSUNARI Shigeo | 2016-11-01 | 1 | -2/+2 |
* | use karatsuba for N >= 8 | MITSUNARI Shigeo | 2016-10-30 | 1 | -20/+4 |
* | split MulPre and MulPreCore | MITSUNARI Shigeo | 2016-10-30 | 1 | -15/+19 |
* | rename MCL_MAX_OP_BIT_SIZE to MCL_MAX_BIT_SIZE | MITSUNARI Shigeo | 2016-10-28 | 1 | -1/+1 |
* | add comment to fix cpu freq | MITSUNARI Shigeo | 2016-10-28 | 1 | -0/+4 |
* | add benchmark of karatsuba | MITSUNARI Shigeo | 2016-10-27 | 1 | -0/+71 |