Skip to content

Commit 9cf5b1f

Browse files
committed
Tweak Float Simulator Tolerances for USat Table Expansion
This is experimental work.
1 parent d246b98 commit 9cf5b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regressionTests.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,5 +1134,5 @@ if(BUILD_FLOW_FLOAT_VARIANTS)
11341134
ABS_TOL ${abs_tol}
11351135
REL_TOL ${rel_tol}
11361136
DIR spe1
1137-
TEST_ARGS --tolerance-mb=1e-6)
1137+
TEST_ARGS --tolerance-mb=5.0e-6 --tolerance-cnv=0.05)
11381138
endif()

0 commit comments

Comments
 (0)