Skip to content

Commit aec945a

Browse files
authored
Added missing fdim signature
1 parent c8dd652 commit aec945a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/math.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ no_mangle! {
6464
fn cbrtf(n: f32) -> f32;
6565
fn coshf(n: f32) -> f32;
6666
fn expm1f(n: f32) -> f32;
67+
fn fdim(a: f64, b: f64) -> f64;
6768
fn fdimf(a: f32, b: f32) -> f32;
6869
fn hypotf(x: f32, y: f32) -> f32;
6970
fn log1pf(n: f32) -> f32;

0 commit comments

Comments
 (0)