From 7feced3510dfaaeceba87eac4d5140977943e66d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 4 Mar 2012 22:54:38 +0100 Subject: [PATCH] fmodl: Fix last commit. --- ChangeLog | 3 ++- modules/fmodl | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f840f5c51..78506169e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,7 +16,8 @@ USE_LONG_DOUBLE. * modules/fmod (Depends-on): Add isfinite, signbit, fabs, frexp, ldexp, isnand. Remove fma. - * modules/fmodl (Depends-on): Add float, isfinite, signbit, fabsl, + * modules/fmodl (Files): Add lib/fmod.c. + (Depends-on): Add float, isfinite, signbit, fabsl, frexpl, ldexpl, isnanl. Remove fma. * m4/fmod.m4 (gl_FUNC_FMOD): Update computation of FMOD_LIBM. * m4/fmodl.m4 (gl_FUNC_FMODL): Update computation of FMODL_LIBM. diff --git a/modules/fmodl b/modules/fmodl index 018e8d349..2a4a3c959 100644 --- a/modules/fmodl +++ b/modules/fmodl @@ -3,6 +3,7 @@ fmodl() function: floating-point remainder function. Files: lib/fmodl.c +lib/fmod.c m4/fmodl.m4 m4/mathfunc.m4 -- 2.11.0