We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a25b1 commit bdc5b90Copy full SHA for bdc5b90
builtins-test/tests/div_rem.rs
@@ -147,7 +147,7 @@ mod float_div {
147
f64, __divdf3, Double, all();
148
}
149
150
- #[cfg(not(feature = "no-f16-f128"))]
+ #[cfg(f128_enabled)]
151
#[cfg(not(any(target_arch = "powerpc", target_arch = "powerpc64")))]
152
float! {
153
f128, __divtf3, Quad,
@@ -156,7 +156,7 @@ mod float_div {
156
not(any(feature = "no-sys-f128", all(target_arch = "aarch64", target_os = "linux")));
157
158
159
160
#[cfg(any(target_arch = "powerpc", target_arch = "powerpc64"))]
161
162
f128, __divkf3, Quad, not(feature = "no-sys-f128");
0 commit comments