summaryrefslogtreecommitdiff
path: root/tuneup.c
Commit message (Expand)AuthorAgeFilesLines
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-10/+10
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-11/+11
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-11/+11
* [scale2.c] added missing include (compilation with --with-gmp-build did fail)zimmerma2009-12-181-1/+2
* [sin.c,cos.c] use mpfr_sincos_fast when prec >= MPFR_SINCOS_THRESHOLDzimmerma2009-09-181-1/+1
* added tuning mechanism for mpfr_sin_coszimmerma2009-09-181-3/+55
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-2/+2
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* tuneup.c: untabified.vlefevre2009-02-241-7/+7
* [mparam_h.in] added default thresholds for sparc64zimmerma2009-02-201-0/+5
* [tuneup.c] fixed typozimmerma2009-02-091-1/+1
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-5/+5
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* <stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.hvlefevre2007-07-091-2/+0
* Untabified and removed trailing spaces.vlefevre2007-06-201-2/+2
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* now tune Mulders short square (not yet used)zimmerma2005-10-291-24/+104
* Avoid a conflict with GMP.vlefevre2005-09-111-0/+1
* Reverted to previous mparam_h.in and mul.c, and applied Patrick'svlefevre2005-09-111-1/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-27/+27
* Converted tabs to spaces with expand.vlefevre2005-08-181-37/+37
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-11/+11
* Add case where bn == 1 and bn == 2 by using longlong.h.pelissip2005-03-211-1/+1
* Fix bug: compute Mulder Threshold from n/2+1 instead of (n+1)/2pelissip2005-03-091-2/+3
* Add Mulder Short product for mpfr_mul.pelissip2005-03-081-20/+93
* Add tune for mpfr_mulhighpelissip2005-03-071-4/+101
* Tune mpfr_exp_2 now!pelissip2005-03-041-5/+28
* Add tune program for MPFR.pelissip2005-02-241-0/+314