Skip to content

Commit 0c6160f

Browse files
committed
Merge branch 'main' into fl-generator
2 parents 2dcc0e7 + 6fe2426 commit 0c6160f

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)