summaryrefslogtreecommitdiff
path: root/src/mpfr-gmp.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added codespell.ignore file with simple words to ignore with codespellvlefevre2018-03-081-1/+1
* Correct fix for the use of __clz_tab when the GMP build is used.vlefevre2018-01-191-4/+5
* Minor date-related changes as in the trunk:vlefevre2018-01-091-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
* [src] Fixed allocation issue for multithreaded applications:vlefevre2015-05-281-6/+8
* Define MPFR_ALLOCA_MAX macro: Maximum size for the use of alloca byvlefevre2015-05-221-1/+6
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* More code clean-up (for both consistency and readability):vlefevre2014-06-251-2/+2
* Code clean-up:vlefevre2014-06-251-4/+0
* BYTES_PER_MP_LIMB -> MPFR_BYTES_PER_MP_LIMB for GMP 6 compatibilityzimmerma2014-04-151-7/+6
* [src/mpfr-gmp.h] TMP_FREE optimization as tmp_marker is often nullvlefevre2014-01-211-1/+4
* Dropped obsolete __gmp_const (replaced by const).vlefevre2014-01-201-1/+1
* MPFR now depends on GMP 4.2+ instead of 4.1+.vlefevre2014-01-201-113/+142
* replaced function _mpz_realloc by preferred one mpz_realloc2zimmerma2014-01-161-1/+0
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1