Skip to content

Commit efe2a0b

Browse files
committed
update test_rounding
1 parent 3fc32e9 commit efe2a0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_core.py

+2
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,8 @@ def test_frexp(self):
785785
self.do_run_from_file(src, output)
786786

787787
def test_rounding(self):
788+
Settings.PRECISE_F32 = 1 # in the move to llvm 3.7, froundf in musl became more sensitive to float/double differences
789+
788790
test_path = path_from_root('tests', 'core', 'test_rounding')
789791
src, output = (test_path + s for s in ('.in', '.out'))
790792

0 commit comments

Comments
 (0)