summaryrefslogtreecommitdiff
path: root/src/mpfr-gmp.h
Commit message (Expand)AuthorAgeFilesLines
* [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
* Avoid some warnings with "gcc -Wundef".vlefevre2016-05-241-2/+2
* typozimmerma2016-04-201-1/+1
* fixed detection of "double" format, and removedzimmerma2016-03-011-15/+0
* improved detection of decimal floatszimmerma2016-03-011-4/+0
* get rid of dependency from GMP for _GMP_IEEE_FLOATS and ieee_double_extractzimmerma2016-02-291-0/+63
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* GMP 5.0.0 or newer is required (instead of 4.2.0).vlefevre2015-11-061-2/+2
* [src/mpfr-gmp.h] Added a TODO.vlefevre2015-11-061-0/+2
* simplify the configuration with mini-gmpzimmerma2015-11-031-1/+1
* remove usage of mpn_rootrem in mpfr_sqrt since now mpn_sqrtrem is fasterzimmerma2015-07-311-7/+0