[libc][math] fmod: clear exceptions before the test instead of after
The test has no control over the CPU state before the test runs. This test checks whether no exception flags are set, which may not be true at the start of the test. This used to be not a problem because the check was broken but that was fixed in ecfb5d99
parent
227fe1c1
Please register or sign in to comment