Skip to content

Commit 8df3036

Browse files
committed
fixup! Add support for f128 integer exponentiation
1 parent bfd5b5c commit 8df3036

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testcrate/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ macro_rules! apfloat_fallback {
343343
// that happens.
344344
#[no_mangle]
345345
#[cfg(target_env = "msvc")]
346+
#[cfg(not(feature = "no-f16-f128"))]
346347
pub extern "C" fn __divtf3(a: f128, b: f128) -> f128 {
347348
compiler_builtins::float::div::__divtf3(a, b)
348349
}

0 commit comments

Comments
 (0)