summaryrefslogtreecommitdiff
path: root/tuneup.c
Commit message (Collapse)AuthorAgeFilesLines
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
| | | | | | | copyright notices and removed a few old things. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4350 280ebfd0-de03-0410-8827-d642c229c3f4
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4326 280ebfd0-de03-0410-8827-d642c229c3f4
* Fixed FSF address.vlefevre2006-03-311-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4055 280ebfd0-de03-0410-8827-d642c229c3f4
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3985 280ebfd0-de03-0410-8827-d642c229c3f4
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
| | | | | | | | | | | http://www.gnu.org/prep/maintain/maintain.html#Copyright-Notices i.e. added 2006 to every MPFR file. Note: the copyright notices (currently 336) should match the regexp Copyright.* 2006 Free Software so that it will be easier to update them for the next year... git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3983 280ebfd0-de03-0410-8827-d642c229c3f4
* now tune Mulders short square (not yet used)zimmerma2005-10-291-24/+104
| | | | | | | improved mpfr_cos git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3908 280ebfd0-de03-0410-8827-d642c229c3f4
* Avoid a conflict with GMP.vlefevre2005-09-111-0/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3835 280ebfd0-de03-0410-8827-d642c229c3f4
* Reverted to previous mparam_h.in and mul.c, and applied Patrick'svlefevre2005-09-111-1/+1
| | | | | | | patch instead. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3834 280ebfd0-de03-0410-8827-d642c229c3f4
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-27/+27
| | | | | | | are sometimes stripped). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3726 280ebfd0-de03-0410-8827-d642c229c3f4
* Converted tabs to spaces with expand.vlefevre2005-08-181-37/+37
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3725 280ebfd0-de03-0410-8827-d642c229c3f4
* Change the address of the FSF.pelissip2005-06-021-2/+2
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3606 280ebfd0-de03-0410-8827-d642c229c3f4
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-11/+11
| | | | | | | | | | Replace TMP_DECL by MPFR_TMP_DECL Replace TMP_MARK by MPFR_TMP_MARK Replace TMP_FREE by MPFR_TMP_FREE Add support for GMP's TMP_SALLOC. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3593 280ebfd0-de03-0410-8827-d642c229c3f4
* Add case where bn == 1 and bn == 2 by using longlong.h.pelissip2005-03-211-1/+1
| | | | | | | | | Modify tuneup to start with prec=2*BITS_PER_MP_LIMB+1 Fix bug in computing the estimated precision when you switch from N limbs to N+1 limbs. Add regression tests. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3396 280ebfd0-de03-0410-8827-d642c229c3f4
* Fix bug: compute Mulder Threshold from n/2+1 instead of (n+1)/2pelissip2005-03-091-2/+3
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3380 280ebfd0-de03-0410-8827-d642c229c3f4
* Add Mulder Short product for mpfr_mul.pelissip2005-03-081-20/+93
| | | | | | | Update algorithm.tex to describe the estimated error. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3370 280ebfd0-de03-0410-8827-d642c229c3f4
* Add tune for mpfr_mulhighpelissip2005-03-071-4/+101
| | | | | | | Add --with-mulhigh-size option at configure time. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3363 280ebfd0-de03-0410-8827-d642c229c3f4
* Tune mpfr_exp_2 now!pelissip2005-03-041-5/+28
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3359 280ebfd0-de03-0410-8827-d642c229c3f4
* Add tune program for MPFR.pelissip2005-02-241-0/+314
Do make tune instead of make. BUT you need to have configure MPFR with --with-gmp-build=... (It uses internal libspeed.la of GMP). Tuning is slow... git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3353 280ebfd0-de03-0410-8827-d642c229c3f4