From 7aeae9eca4250a498ba800b0858964731fcd1cd1 Mon Sep 17 00:00:00 2001 From: Emmanuel Bertin Date: Mon, 25 Jul 2011 08:23:25 +0000 Subject: [PATCH] Had forgotten the final F in HAVE_SINCOSF in add_prof(). --- src/profit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profit.c b/src/profit.c index 59a4de0..279daee 100644 --- a/src/profit.c +++ b/src/profit.c @@ -4511,7 +4511,7 @@ void make_kernel(float pos, float *kernel, interpenum interptype) else { x = -PI/3.0*(pos+2.0); -#ifdef HAVE_SINCOS +#ifdef HAVE_SINCOSF sincosf(x, &sinx1, &cosx1); #else sinx1 = sinf(x); -- GitLab