Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 625defdc | 2019-05-31 11:31:53 | fix gcc version check for deprecations | ||
| 8c1b296e | 2019-04-08 23:48:39 | add feature detection macro MP_HAS | ||
| 91b113cb | 2019-06-12 13:44:59 | Macro consistancy: Always use function-name as first parameter and type(s) last, as in SET macro's | ||
| 8cf43639 | 2019-06-06 23:14:15 | MP_SET_SIGNED: add utype parameter | ||
| 5302b907 | 2019-06-06 21:06:06 | use MP_SIZEOF_BITS | ||
| a3637457 | 2019-06-06 11:48:42 | change macros to contain types | ||
| 6c39b07b | 2019-06-06 11:44:02 | split up again into separate files | ||
| 4b475aca | 2019-05-26 09:29:58 | fixes for msvc | ||
| bcec605a | 2019-05-22 15:34:49 | deprecate mp_prime_is_divisible and ltm_prime_tab * it is an implementation detail used for prime testing * there is upcoming work by @czurnieden regarding a generalised prime sieve * furthermore remove jacobi test (replaced by kronecker) | ||
| c7a7bd47 | 2019-05-23 16:37:34 | MP_PREC is an internal macro, it should be defined in tommath_private.h |