Repository : ssh://darcs.haskell.org//srv/darcs/nofib

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/14bccff2c547c0e06fe8f98607b9cf18890ef051

>---------------------------------------------------------------

commit 14bccff2c547c0e06fe8f98607b9cf18890ef051
Author: Johan Tibell <johan.tib...@gmail.com>
Date:   Thu Nov 29 19:29:09 2012 -0800

    Add new imaginary nofib benchmark kahan
    
    The benchmark implements the Kahan summation algorithm and tests unboxed
    arrays and floating point arithmetic in tight loops.

 .gitignore                                 |    1 +
 imaginary/Makefile                         |    2 +-
 imaginary/kahan/Main.hs                    |   53 ++++++++++++++++++++++++++++
 {gc/mutstore1 => imaginary/kahan}/Makefile |    7 ++--
 imaginary/kahan/kahan.faststdout           |    1 +
 imaginary/kahan/kahan.slowstdout           |    1 +
 imaginary/kahan/kahan.stdout               |    1 +
 7 files changed, 61 insertions(+), 5 deletions(-)


Diff suppressed because of size. To see it, use:

    git show 14bccff2c547c0e06fe8f98607b9cf18890ef051

_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to