summaryrefslogtreecommitdiff
path: root/src/mpfr-gmp.h
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* [src/mpfr-gmp.h] Updated FIXME about AC_FUNC_ALLOCA (in 2019-01, Ivlefevre2020-04-061-1/+3
* [src/mpfr-gmp.h] If HAVE_ALLOCA is not defined, i.e. if alloca() isvlefevre2020-04-021-2/+12
* [src/mpfr-gmp.h] When MPFR_ALLOCA_MAX = 0 (set at configure time),vlefevre2020-04-021-23/+37
* [src] Moved the definition of the numberof() macro from mpfr-gmp.h tovlefevre2020-03-271-22/+0
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
* [src/mpfr-gmp.h] For count_leading_zeros (MPFR_LONG_WITHIN_LIMBvlefevre2018-12-111-3/+1
* [src/mpfr-gmp.h] Fixed count_leading_zeros (avoid undefined behaviorvlefevre2018-12-111-4/+4
* [src/mpfr-gmp.h] fixed count_leading_zeros for mini-gmp with 32-bit limbzimmerma2018-12-111-0/+7
* [src/mpfr-gmp.h] Fixed bug in add_ssaaaa / sub_ddmmss from r13081.vlefevre2018-09-141-4/+4
* [src/mpfr-gmp.h] fix for 8-bit limbzimmerma2018-09-071-3/+5
* [src/mpfr-gmp.h] missing castzimmerma2018-08-311-1/+1
* [src/mpfr-gmp.h] added missing udiv_qrnnd for 16-bit limbzimmerma2018-08-311-0/+8
* [src/mpfr-gmp.h] Untabified.vlefevre2018-08-311-1/+1
* [src/mpfr-gmp.h] removed leftover debug statementzimmerma2018-08-311-1/+0
* [src/mpfr-gmp.h] more changes for 16-bit limbzimmerma2018-08-301-0/+66
* [mpfr-gmp.h] added commentzimmerma2018-08-301-1/+4
* [src/mpfr-gmp.h] allow GMP_NUMB_BITS=16 (experimental, do not use!)zimmerma2018-08-281-3/+5
* [src/mpfr-gmp.h] Clarified a comment (the "if" is part of the code,vlefevre2018-04-241-1/+1
* [src/mpfr-gmp.h] added comment about MPN_FILLzimmerma2018-04-241-1/+3
* Fixed spelling mistakes found by codespell 1.11.0.vlefevre2018-03-081-1/+1
* [src/div.c] added commentzimmerma2018-02-201-0/+4
* [src/mpfr-gmp.h] define prototype of __gmpn_rsblsh1_nzimmerma2018-02-141-0/+6
* [src/mpfr-gmp.h] Reverse-merged r11969, which yields a build failurevlefevre2018-01-181-4/+5
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* [src/mpfr-gmp.h] redefine __clz_tab also with gmp-buildzimmerma2017-12-131-5/+4
* [src/mpfr-gmp.h] Removed old code for pre-GMP-5 versions.vlefevre2017-12-051-4/+0
* [src/mpfr-gmp.h] Removed the code that defined mpn_copyi and mpn_copydvlefevre2017-12-051-10/+0
* [src/mpfr-gmp.h] Missing parentheses around parameters in mpn_copyivlefevre2017-12-051-2/+2
* fixed bug in replacement function for copyi and copyd (found with mini-gmp)zimmerma2017-12-051-3/+4
* Cleanup: In src/mpfr-gmp.h, exchangedvlefevre2017-11-101-6/+8
* Change the way memory is allocated (as discussed partly in private).vlefevre2017-11-081-35/+6
* [src] Attempt to fix thread-safe DLL support with ICC and MSVC onvlefevre2017-09-061-3/+6
* Define the EXP() macro in src/mpfr-gmp.h only when needed (macro namevlefevre2017-05-161-1/+8
* changed mpn_sqr_n into mpn_sqrzimmerma2017-01-211-6/+4
* fixed bug in urandomb.c reported by Dominic Chenzimmerma2017-01-121-8/+5
* use a macro instead of a function for __gmpfr_invert_limb andzimmerma2017-01-031-1/+1
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* [src/invert_limb.c] new file for __gmpfr_invert_limb internal functionzimmerma2016-12-301-1/+14
* [src] Fixed bug introduced in r10964 with --with-gmp-build: movevlefevre2016-12-091-3/+0
* Check that the numberof() macro is used on an array.vlefevre2016-11-291-2/+25
* [src/mpfr-gmp.h] Updated a comment about bit-fields.vlefevre2016-10-181-1/+5
* move macros from div.c to mpfr-gmp.hzimmerma2016-09-051-1/+119
* [src/mpfr-gmp.h] Added a warning about r10749.vlefevre2016-08-281-1/+4
* [src/mpfr-gmp.h] added comment about GMP memory allocation functionszimmerma2016-08-261-2/+16
* [src/mpfr-gmp.h] Declare __gmpn_invert_limb if used (in order to avoidvlefevre2016-07-181-1/+6
* [src/mpfr-gmp.h] For _MPFR_IEEE_FLOATS, changed bit-field type fromvlefevre2016-05-251-8/+23
* Removed _MPFR_PROTO with the following Perl script on the .h files.vlefevre2016-05-241-10/+10