Added missing fdim signature

master
Goirad 2019-04-29 14:42:14 -07:00 committed by GitHub
parent c8dd6524e8
commit aec945a708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ no_mangle! {
fn cbrtf(n: f32) -> f32;
fn coshf(n: f32) -> f32;
fn expm1f(n: f32) -> f32;
fn fdim(a: f64, b: f64) -> f64;
fn fdimf(a: f32, b: f32) -> f32;
fn hypotf(x: f32, y: f32) -> f32;
fn log1pf(n: f32) -> f32;