Skip to content

Commit 61980c6

Browse files
committed
Disable without sys
1 parent e5407f7 commit 61980c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testcrate/tests/float_pow.rs

+2
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,14 @@ pow! {
5656
}
5757

5858
#[cfg(f128_enabled)]
59+
#[cfg(not(feature = "no-sys-f128"))]
5960
#[cfg(not(any(target_arch = "powerpc", target_arch = "powerpc64")))]
6061
pow! {
6162
f128, 1e-36, __powitf2;
6263
}
6364

6465
#[cfg(f128_enabled)]
66+
#[cfg(not(feature = "no-sys-f128"))]
6567
#[cfg(any(target_arch = "powerpc", target_arch = "powerpc64"))]
6668
pow! {
6769
f128, 1e-36, __powikf2;

0 commit comments

Comments
 (0)