Skip to content

Commit 427dca3

Browse files
committed
bugstergit add *!
1 parent 73fdc9a commit 427dca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval/adjust.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
; clean progress of the current tuning pass and start over
228228
(vector-fill! vprecs-new 0)
229229
(vector-fill! vrepeats #f)
230-
(precision-tuning ivec vregs vprecs-new varc vstart-precs vrepeats vhint)
230+
(precision-tuning ivec vregs vprecs-new varc vstart-precs vrepeats vhint constants-lookup)
231231
(repeats)) ; do repeats again
232232

233233
; Step 5. Copying new precisions into vprecs

0 commit comments

Comments
 (0)