File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 68
68
os : windows-2025
69
69
- target : i686-pc-windows-gnu
70
70
os : windows-2025
71
- channel : nightly-i686-gnu
71
+ # FIXME: pinned due to https://github.com/rust-lang/rust/issues/136795
72
+ channel : nightly-2025-02-07-i686-gnu
72
73
- target : x86_64-pc-windows-gnu
73
74
os : windows-2025
74
75
channel : nightly-x86_64-gnu
Original file line number Diff line number Diff line change @@ -527,12 +527,7 @@ fn int_float_common<F1: Float, F2: Float>(
527
527
}
528
528
529
529
// Our bessel functions blow up with large N values
530
- if ctx. basis == Musl
531
- && ( ctx. base_name == BaseName :: Jn
532
- || ctx. base_name == BaseName :: Yn
533
- || ctx. base_name == BaseName :: Jnf
534
- || ctx. base_name == BaseName :: Ynf )
535
- {
530
+ if ctx. basis == Musl && ( ctx. base_name == BaseName :: Jn || ctx. base_name == BaseName :: Yn ) {
536
531
if input. 0 > 4000 {
537
532
return XFAIL_NOCHECK ;
538
533
} else if input. 0 > 1000 {
You can’t perform that action at this time.
0 commit comments