kc3-lang/libtommath/tommath_private.h

Branch :


Log

Author Commit Date CI Message
250751be 2019-05-07 09:32:59 tommath.h: do not expose stdlib.h
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.
90eccd57 2019-04-25 15:36:35 prefix private macros by PRIVATE_
632601f4 2019-04-13 17:34:11 MP_WARRAY is an internal macro
e45f75fd 2019-04-13 08:46:57 deprecate DIGIT_BIT, use MP_DIGIT_BIT
a8c76138 2019-04-12 21:15:56 deprecate macros in tommath.h * move MP_DEPRECATED to tommath.h since we need it later * add MP_DEPRECATED_PRAGMA
fbfcb661 2019-04-12 14:56:29 apply rename
7469e852 2019-03-07 04:02:32 add rename script
87292ed1 2019-04-09 12:19:40 move mp_balance_mul to tommath_private.h
df8fcb0e 2019-04-09 11:18:23 add MP_DEPRECATED macro