We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5407f7 commit 61980c6Copy full SHA for 61980c6
1 file changed
testcrate/tests/float_pow.rs
@@ -56,12 +56,14 @@ pow! {
56
}
57
58
#[cfg(f128_enabled)]
59
+#[cfg(not(feature = "no-sys-f128"))]
60
#[cfg(not(any(target_arch = "powerpc", target_arch = "powerpc64")))]
61
pow! {
62
f128, 1e-36, __powitf2;
63
64
65
66
67
#[cfg(any(target_arch = "powerpc", target_arch = "powerpc64"))]
68
69
f128, 1e-36, __powikf2;
0 commit comments