Skip to content

Commit 14320f2

Browse files
authored
Merge pull request #283 from Goirad/patch-1
Added missing fdim signature
2 parents c8dd652 + aec945a commit 14320f2

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)