We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc32e9 commit efe2a0bCopy full SHA for efe2a0b
tests/test_core.py
@@ -785,6 +785,8 @@ def test_frexp(self):
785
self.do_run_from_file(src, output)
786
787
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
+
790
test_path = path_from_root('tests', 'core', 'test_rounding')
791
src, output = (test_path + s for s in ('.in', '.out'))
792
0 commit comments