Skip to content

Commit 9443b3e

Browse files
committed
Merge branch 'master' of github.com:uwplse/herbie into develop
2 parents f1895fb + 58bf255 commit 9443b3e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Running Herbie
5151
--------------
5252

5353
For 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

5656
The format of input files is a Scheme-based language;
5757
you can find several examples in `bench/`.

src/syntax/rules.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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

www/doc/1.0/using-herbgrind.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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)))
5961
subtraction in main at diff-roots-simple.c:12 (address 400A00)
6062
43.129555 bits average error
6163
43.129555 bits max error

0 commit comments

Comments
 (0)