Skip to content

Commit

Permalink
fixup! Add support for f128 integer exponentiation
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Sep 26, 2024
1 parent bfd5b5c commit 8df3036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testcrate/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ macro_rules! apfloat_fallback {
// that happens.
#[no_mangle]
#[cfg(target_env = "msvc")]
#[cfg(not(feature = "no-f16-f128"))]
pub extern "C" fn __divtf3(a: f128, b: f128) -> f128 {
compiler_builtins::float::div::__divtf3(a, b)
}

0 comments on commit 8df3036

Please sign in to comment.