Skip to content

Commit 14dcd7f

Browse files
committed
render var correctly
1 parent 123e4ce commit 14dcd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

growlibm/extend-platform.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
(define prog (fpcore->prog fpcore ctx))
6464
(define spec (prog->spec prog))
6565
(define (render-var-f64 var) (format "[~a <binary64>]" var))
66-
(define (render-var-f32 var) (format "[~a <binary64>]" var))
66+
(define (render-var-f32 var) (format "[~a <binary32>]" var))
6767

6868
(define operator-strf64 (format "(define-operation (~a.f64 ~a) <binary64> #:spec ~a #:impl (from-rival) #:fpcore (! :precision binary64 (~a ~a)) #:cost 1000)"
6969
link

0 commit comments

Comments
 (0)