File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Running Herbie
5151--------------
5252
5353For details on how to run Herbie, please see the
54- [ tutorial] ( http://herbie.uwplse.org/doc/tutorial .html ) .
54+ [ tutorial] ( http://herbie.uwplse.org/doc/latest/using-herbie .html ) .
5555
5656The format of input files is a Scheme-based language;
5757you can find several examples in ` bench/ ` .
Original file line number Diff line number Diff line change 2626 (car results))))
2727
2828; Commutativity
29- (define-ruleset commutivity (arithmetic simplify)
29+ (define-ruleset commutativity (arithmetic simplify)
3030 [+-commutative (+ a b) (+ b a)]
3131 [*-commutative (* a b) (* b a)])
3232
Original file line number Diff line number Diff line change @@ -55,7 +55,9 @@ <h2>Compiling the benchmark program</h2>
5555 contains one record for each operation; the only operation found
5656 in < code > diff-roots-simple.c</ code > is:</ p >
5757
58- < pre > (- (sqrt (+ 1.000000 10000000000000.000000)) (sqrt 10000000000000.000000))
58+ < pre > (FPCore ()
59+ :type binary64
60+ (- (sqrt (+ 1.000000 10000000000000.000000)) (sqrt 10000000000000.000000)))
5961subtraction in main at diff-roots-simple.c:12 (address 400A00)
606243.129555 bits average error
616343.129555 bits max error
You can’t perform that action at this time.
0 commit comments