Skip to content

Commit 0a25b25

Browse files
committed
switch accelerator
1 parent e1e508e commit 0a25b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/herbie20.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,5 +201,5 @@
201201
#:spec x #:fpcore (! :precision binary64 (cast x)) #:impl identity #:cost 64)
202202

203203
(define-operation (81-cosz0PI190 [z0 <binary64>]) <binary64>
204-
#:spec (cos (* (* z0 (PI)) -1/180)) #:impl (from-rival)
204+
#:spec (* 1/2 (cos (* (* z0 (PI)) -1/90))) #:impl (from-rival)
205205
#:fpcore (! :precision binary64 (81-cosz0PI190 z0)) #:cost 1000)

0 commit comments

Comments
 (0)