Name Date Size #Lines LOC

..--

Makefile.amH A D09-Jul-20241.1 KiB369

Makefile.inH A D09-Jul-202418.8 KiB632526

READMEH A D09-Jul-2024961 3524

benchtime.hH A D09-Jul-20243.4 KiB7133

mpfrbench.cH A D09-Jul-20249.5 KiB310222

README

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), revision ef5f2c0:
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