summaryrefslogtreecommitdiff
path: root/tools/mbench
Commit message (Expand)AuthorAgeFilesLines
* Updated URLs.vlefevre2020-09-101-1/+1
* added value -2 for option -d to generate random number with exponentzimmerma2020-02-291-1/+6
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-0717-17/+17
* [mbench] added new option to usagezimmerma2018-02-162-5/+2
* [mbench] added option -d to fix the exponent difference between operandszimmerma2018-02-162-3/+12
* changed .align 64 into .p2align 6 (cf https://trac.sagemath.org/ticket/19233)zimmerma2017-09-181-3/+3
* patch to avoid using the system mpfr.hzimmerma2017-09-141-1/+1
* added expm1 to mbenchzimmerma2017-05-311-0/+7
* added log1p to mbenchzimmerma2017-05-311-0/+7
* [tools/mbench/timp.h] Updated TIMP_MEASURE() to handle the case wherevlefevre2017-05-051-3/+14
* [tools/mbench/timp.h] Comment at the wrong place. Fixed.vlefevre2017-05-051-2/+3
* [tools/mbench/timp.h] Added a comment about r11458.vlefevre2017-05-051-1/+1
* [tools/mbench/timp.h] Fixed overflows on unsigned arithmetic.vlefevre2017-05-041-2/+2
* [tools/mbench/mfv5.h] Increased values from 2^60-1 to 2^64-1vlefevre2017-05-041-2/+2
* added commentzimmerma2017-05-021-0/+1
* added reference for mbench (rdtsc vs rdtscp)zimmerma2017-05-021-1/+2
* s/interruption/interrupt/vlefevre2017-04-271-1/+1
* [mbench] Updated copyright years. Added a comment.vlefevre2017-04-272-2/+5
* better detection of rdtscpzimmerma2017-04-272-4/+5
* improved detection of fmma and fmmszimmerma2017-02-092-6/+4
* [tools/mbench/Makefile] Added -static to CFLAGS in order to avoidvlefevre2017-01-131-1/+1
* [tools/mbench/README] Say how to disable a non-working library.vlefevre2017-01-061-1/+3
* [src/sqr.c] use special code for 1 and 2 limbszimmerma2016-12-281-0/+8
* [tools/mbench/mfv5.cc] Fixed type.vlefevre2016-12-091-1/+1
* [mbench] fixed typozimmerma2016-12-081-2/+2
* [mbench] set default max_exp to 1 (independent of number of bits per limb)zimmerma2016-12-081-1/+1
* [mbench] use mpfr_printf to print test numberszimmerma2016-12-081-1/+1
* fixed bug in mfv5 (numbers used were 10 times too large)zimmerma2016-12-081-1/+1
* [mfv5] added option -e, for example use -e1 to avoid over/underflow in mpfr_powzimmerma2016-12-062-2/+10
* added mpfr_powzimmerma2016-12-061-0/+7
* [tools/mbench/mfv5.cc] Fixed code (C++11 compatibility).vlefevre2016-08-221-1/+1
* [mbench/mfv5-mpfr.cc] patch to allow using it with older versions of MPFR (sa...zimmerma2016-07-261-0/+8
* [mbench/mfv5.cc] added RNDA and fixed typozimmerma2016-07-061-1/+5
* The rounding mode can now be passed in argument with the -r optionvlefevre2016-07-063-17/+51
* [mbench/mpfr-gfx.c] change of syntax of gnuplotzimmerma2016-07-051-1/+1
* [tools/mbench/Makefile] Added multiarch support for GMP.vlefevre2016-06-071-1/+1
* adapted to 3- and 4-argument functions (using patch from Patrick Pelissier)zimmerma2016-01-131-19/+129
* speedup in mpfr_fma and mpfr_fmszimmerma2016-01-101-1/+31
* [tools/mbench/timp.h] Spelling mistake in a comment.vlefevre2015-01-211-1/+1
* [tools/mbench/README] Conversion into UTF-8.vlefevre2014-02-211-2/+2
* [tools/mbench] Replaced GMP_RNDx by MPFR_RNDx.vlefevre2014-02-218-90/+90
* [tools/mbench/mfv5-libc.cc] Fix warning when compiling with recent GCCvlefevre2014-01-241-0/+1
* gnu stylezimmerma2014-01-231-1/+1
* [tools/mbench] Patch by Patrick Pélissier: import base support,vlefevre2014-01-204-8/+64
* added mpfr_fmazimmerma2014-01-201-0/+9
* Applied patch 3 by Ondřej Bílka with some manual corrections,vlefevre2013-07-221-1/+1
* Applied patch 1 by Ondřej Bílka, fixing common typos:vlefevre2013-07-222-2/+2
* Use copyright year ranges, followingvlefevre2013-05-3018-18/+18
* another patch from Patrick Pelissier to test get_ld (with export of data used)zimmerma2011-01-063-3/+21
* patch from Patrick Pelissier to use clock_getime instead of rdtsczimmerma2011-01-062-2/+20