|
9f2cd043
|
2019-11-12T15:30:34
|
|
more unnecessary type-casts, correct type-case for malloc
|
|
a91eb5a0
|
2019-11-12T14:29:02
|
|
fix build (hopefully)
|
|
5c335f84
|
2019-10-30T17:26:27
|
|
rename mul/sqr functions for consistency, comba instead of fast suffix
|
|
af376edc
|
2019-10-29T16:37:56
|
|
no more MP_WUR in timing.c
|
|
04ee1e75
|
2019-10-28T15:07:58
|
|
improve demo/timing a bit
* less verbose output on console
* allow changing name for logs
* pre-heat caches before starting the timing
|
|
27e142bc
|
2019-10-24T17:52:03
|
|
remove unnecessary == MP_YES/MP_NO comparisons
|
|
14642642
|
2019-10-22T18:01:08
|
|
add prefix to cutoff variables
|
|
485be9de
|
2019-10-20T17:07:43
|
|
explicit condition
|
|
3995ece5
|
2019-10-20T17:05:55
|
|
const parameter
|
|
1cc02f2d
|
2019-10-14T15:09:42
|
|
fix build of timing.c
|
|
4ebdaca2
|
2019-09-05T14:24:42
|
|
"fix" warnings
|
|
baff51e9
|
2019-09-05T14:23:22
|
|
allow to run specific timing tests
|
|
47ab9c60
|
2019-09-05T14:19:17
|
|
fix printf
|
|
72f92519
|
2019-09-03T10:59:32
|
|
fix last occurrences of `mp_toradix()`
|
|
e45f75fd
|
2019-04-13T08:46:57
|
|
deprecate DIGIT_BIT, use MP_DIGIT_BIT
|
|
70a30ae7
|
2019-04-07T02:29:28
|
|
remove footers
|
|
3ed52404
|
2018-12-25T15:15:30
|
|
`make astyle` + some manual adjustments
|
|
e6f353b4
|
2018-12-08T17:46:08
|
|
add mp_prime_is_prime to timing demo...
... it's disabled per default for now...
|
|
d7f124f5
|
2018-12-02T13:12:30
|
|
avoid c++ comments
|
|
82376cb1
|
2018-02-02T10:23:17
|
|
format output of timing demo
|
|
bf61c0be
|
2018-02-02T10:54:54
|
|
fix timing & logs/*.png generation
|
|
802d8294
|
2018-02-05T20:22:17
|
|
fix type & cast
|
|
9960fe3f
|
2018-02-13T19:04:25
|
|
literal suffix
|
|
e3598dc8
|
2018-02-02T17:44:40
|
|
explicit condition
|
|
0dbea3b6
|
2017-12-10T10:19:11
|
|
explicit precedence operator with parenthesis
|
|
31aac2ce
|
2017-12-09T21:08:32
|
|
const variable
|
|
987911bd
|
2017-12-09T21:08:54
|
|
const parameter
|
|
d74f3d74
|
2018-02-01T22:28:43
|
|
static variable & function
|
|
8a8659f2
|
2017-12-09T21:08:08
|
|
remove useless variable
|
|
08741a14
|
2017-10-18T10:44:06
|
|
run astyle
|
|
1bc00883
|
2017-10-14T20:27:05
|
|
use correct printf format specifier in timing.c
This fixes #54
|
|
6f212942
|
2017-08-28T16:27:26
|
|
replace SVN tags
|
|
f551dbc8
|
2016-02-03T13:07:27
|
|
Remove all traces of ulong64 as per comment by Karel M
|
|
68a360ab
|
2015-12-12T18:15:04
|
|
timing: create reproducable results
|
|
f8259993
|
2015-04-26T16:57:07
|
|
timing: add compile-time option to disable logging
|
|
b6d76643
|
2015-04-26T16:56:36
|
|
timing: some changes
- also use toom-cook for mul and sqr
- don't test too huge numbers with invmod (takes too long)
- remove the goto and labels
|
|
c4501e1e
|
2015-04-26T15:27:52
|
|
work a bit on code coverage
|
|
759a926c
|
2014-09-28T13:12:10
|
|
minor changes & clean-up & small fixes
gitignore: add libtool output
booker.pl: fix source code parsing and trim trailing spaces
demo/demo: fix compiler warning, add informational output
demo/timing & etc/tune: fix TIMFUNC()
makefile: minor changes
makefile.shared: increase version, add missing mp_balance_mul
tommath: make sure that DIGIT_BIT is correct
|
|
9294e791
|
2005-08-01T16:37:28
|
|
added libtommath-0.36
|
|
3d0fcaab
|
2005-02-12T08:40:15
|
|
added libtommath-0.34
|
|
4b7111d9
|
2004-12-23T02:40:37
|
|
added libtommath-0.33
|
|
e549ccfe
|
2004-10-29T22:07:18
|
|
added libtommath-0.32
|
|
8eaa9880
|
2004-08-09T22:15:59
|
|
added libtommath-0.31
|