Skip to content

Commit 6fe2426

Browse files
authored
Merge pull request #1313 from herbie-fp/rival-with-hints-compatability
Compatability with minor Rival's changes of `rival-analyze-with-hints`
2 parents a180a35 + c96cc68 commit 6fe2426

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/core/rival.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,4 @@
145145
;; for the given inputs range. The result is an interval representing
146146
;; how certain the result is: no, maybe, yes.
147147
(define (real-compiler-analyze compiler input-ranges [hint #f])
148-
(rival-analyze (real-compiler-machine compiler) input-ranges hint))
148+
(rival-analyze-with-hints (real-compiler-machine compiler) input-ranges hint))

src/info.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"rackunit-lib"
2222
"web-server-lib"
2323
("egg-herbie" #:version "2.2")
24-
("rival" #:version "2.0")
24+
("rival" #:version "2.2")
2525
("fpbench" #:version "2.0.3")
2626
"fmt"))
2727

0 commit comments

Comments
 (0)