summaryrefslogtreecommitdiff
path: root/src/invsqrt_limb.h
Commit message (Expand)AuthorAgeFilesLines
* [src/invsqrt_limb.h] use "unsigned short" for table T[] instead of mp_limb_t.zimmerma2021-02-161-1/+1
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* 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
* Code robustness in macro definitions.vlefevre2018-08-161-1/+1
* [src/invsqrt_limb.h] Avoid a "variable ā€˜_lā€™ set but not used" warningvlefevre2018-06-221-0/+1
* [src/invsqrt_limb.h] fixed typos in commentszimmerma2018-05-311-2/+2
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* [src/invsqrt_limb.h] Improved constants: make their meaning explicit;vlefevre2017-01-311-3/+3
* [src/invsqrt_limb.h] new macro __gmpfr_sqrt_limb_approxzimmerma2017-01-311-0/+50
* [src/invsqrt_limb.h] fixed __gmpfr_sqrt_limb macrozimmerma2017-01-281-2/+2
* [src/sqrt.c] changed error bound back from 16 to 15zimmerma2017-01-251-1/+1
* [src/sqrt.c] updated error bound for __gmpfr_invsqrt_limb_approxzimmerma2017-01-251-5/+4
* [src/invsqrt_limb.h] changed slightly definition of d10 and d37 (does notzimmerma2017-01-241-8/+8
* new version of mpfr_sqrt2_approx (no longer needs sqrt_tab.h)zimmerma2017-01-201-0/+47
* renamed __gmpfr_invsqrt_limb into __gmpfr_invsqrt_limb_approx to better reflectzimmerma2017-01-201-2/+2
* [src/invsqrt_limb.h] Bug fix: replaced 1UL by MPFR_LIMB_ONE since thevlefevre2017-01-201-1/+1
* [src/invsqrt_limb.h] Portability correction: avoid lines longer than thevlefevre2017-01-201-2/+196
* faster version of mpfr_sqrt1(), with smaller tablezimmerma2017-01-201-0/+75