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.
f128
1 parent b4ca70e commit bfd5b5cCopy full SHA for bfd5b5c
testcrate/src/lib.rs
@@ -342,7 +342,7 @@ macro_rules! apfloat_fallback {
342
// `__multf3` is now available in nightly, but `__divtf3` is not yet. Provide a fallback until
343
// that happens.
344
#[no_mangle]
345
-// #[cfg(target_env = "msvc")]
+#[cfg(target_env = "msvc")]
346
pub extern "C" fn __divtf3(a: f128, b: f128) -> f128 {
347
compiler_builtins::float::div::__divtf3(a, b)
348
}
0 commit comments