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.
1 parent 123e4ce commit 14dcd7fCopy full SHA for 14dcd7f
growlibm/extend-platform.rkt
@@ -63,7 +63,7 @@
63
(define prog (fpcore->prog fpcore ctx))
64
(define spec (prog->spec prog))
65
(define (render-var-f64 var) (format "[~a <binary64>]" var))
66
-(define (render-var-f32 var) (format "[~a <binary64>]" var))
+(define (render-var-f32 var) (format "[~a <binary32>]" var))
67
68
(define operator-strf64 (format "(define-operation (~a.f64 ~a) <binary64> #:spec ~a #:impl (from-rival) #:fpcore (! :precision binary64 (~a ~a)) #:cost 1000)"
69
link
0 commit comments