We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a180a35 + c96cc68 commit 6fe2426Copy full SHA for 6fe2426
src/core/rival.rkt
@@ -145,4 +145,4 @@
145
;; for the given inputs range. The result is an interval representing
146
;; how certain the result is: no, maybe, yes.
147
(define (real-compiler-analyze compiler input-ranges [hint #f])
148
- (rival-analyze (real-compiler-machine compiler) input-ranges hint))
+ (rival-analyze-with-hints (real-compiler-machine compiler) input-ranges hint))
src/info.rkt
@@ -21,7 +21,7 @@
21
"rackunit-lib"
22
"web-server-lib"
23
("egg-herbie" #:version "2.2")
24
- ("rival" #:version "2.0")
+ ("rival" #:version "2.2")
25
("fpbench" #:version "2.0.3")
26
"fmt"))
27
0 commit comments