Home | History | Annotate | Line # | Download | only in bench
      1 To compile mpfrbench, simply do:
      2 
      3 $ make mpfrbench
      4 
      5 To run it:
      6 
      7 $ ./mpfrbench
      8 
      9 On a typical computer, it should take around 12 minutes. The final output
     10 looks like (here on a Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz with
     11 GCC 4.9.3, and --with-gmp-build=gmp-6.0.0), revision ef5f2c0:
     12 
     13 GMP : 6.0.0  MPFR : 3.2.0-dev 
     14 GMP compiler : gcc -std=gnu99
     15 GMP 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
     22 group 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
     31 group score Special :        27501
     32 
     33 global score :         1076
     34 
     35