Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit af19741

Browse files
tgross35quaternic
andauthored
fixup! ffbb0b8
Co-authored-by: quaternic <[email protected]>
1 parent 7d89436 commit af19741

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

crates/libm-test/src/special_case.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,6 @@ impl MaybeOverride<(f32,)> for SpecialCase {
7070
}
7171
}
7272

73-
if ctx.fname == "sincosf" {
74-
let factor_frac_pi_2 = input.0.abs() / f32::consts::FRAC_PI_2;
75-
if (factor_frac_pi_2 - factor_frac_pi_2.round()).abs() < 1e-2 {
76-
// we have a bad approximation near multiples of pi/2
77-
return XFAIL;
78-
}
79-
}
8073

8174
if ctx.fname == "acoshf" && input.0 < -1.0 {
8275
// acoshf is undefined for x <= 1.0, but we return a random result at lower

0 commit comments

Comments
 (0)