1To compile mpfrbench, simply do: 2 3$ make mpfrbench 4 5To run it: 6 7$ ./mpfrbench 8 9On a typical computer, it should take around 12 minutes. The final output 10looks like (here on a Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz with 11GCC 4.9.3, and --with-gmp-build=gmp-6.0.0), svn revision 9669: 12 13GMP : 6.0.0 MPFR : 3.2.0-dev 14GMP compiler : gcc -std=gnu99 15GMP flags : -O2 -pedantic -fomit-frame-pointer -m64 -mtune=core2 -march=core2 16 17 18 score for mul : 1434798 19 score for add : 6419546 20 score for sub : 6228906 21 score for div : 698843 22group score Arith : 2516353 23 24 score for sqrt : 550492 25 score for exp : 26517 26 score for log : 20034 27 score for cos : 28853 28 score for sin : 23044 29 score for acos : 7639 30 score for asin : 8010 31group score Special : 27501 32 33global score : 1076 34 35