From 80c1f895b8563714977b90324772558ef0772ea5 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 4 Feb 2010 23:36:29 +0100 Subject: libm: explain why some funcs are not implemented (yet) Signed-off-by: Bernhard Reutner-Fischer --- libm/float_wrappers.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libm/float_wrappers.c') diff --git a/libm/float_wrappers.c b/libm/float_wrappers.c index e1ab8b57c..a13aac93a 100644 --- a/libm/float_wrappers.c +++ b/libm/float_wrappers.c @@ -40,7 +40,8 @@ long long func##f (float x) \ /* For the time being, do _NOT_ implement these functions - * that are defined by SuSv3 [why?] */ + * that are defined by SuSv3 [because we don't need them + * and nobody asked to include them] */ #undef L_fdimf /*float fdimf(float, float);*/ #undef L_fmaf /*float fmaf(float, float, float);*/ #undef L_fmaxf /*float fmaxf(float, float);*/ -- cgit v1.2.3