kc3-lang/libtommath/tommath_class.h

Branch :


Log

Author Commit Date CI Message
2ea04fb7 2019-05-07 10:42:26 dep.pl: strip comments
c7596983 2019-05-07 10:28:32 fix dep.pl - use lookahead to only generated dependencies for 'mp_*('
818d8fb7 2019-05-03 17:39:10 Rework handling of tunable cutoffs * In the default settings, a cutoff X can be modified at runtime by adjusting the corresponding X_CUTOFF variable. * Tunability of the library can be disabled at compile time by defining the MP_FIXED_CUTOFFS macro. * There is an additional file tommath_cutoffs.h, which defines the default cutoffs. These can be adjusted manually or by the autotuner.
e05b1e18 2019-04-12 19:07:08 fix includes as of @czurnieden "there's always leftovers" and he's right that's a leftover of #127
fbfcb661 2019-04-12 14:56:29 apply rename
3afec571 2019-04-10 15:19:23 Re-generate callgraph and tommath_class.h
35311aea 2019-04-03 23:50:57 added function mp_ilogb
27ca25cb 2019-04-06 18:55:43 added multiplcation balancing for the Toom-Cook algorithms
ff561404 2019-04-07 15:29:11 shorter headers
70a30ae7 2019-04-07 02:29:28 remove footers