diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-02-04 23:36:29 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-02-04 23:36:29 +0100 |
commit | 80c1f895b8563714977b90324772558ef0772ea5 (patch) | |
tree | 9303ea8270408772a138426185ac5cdebf278249 /libm/float_wrappers.c | |
parent | 306a7db8263c217b0e017f84241832f531449849 (diff) |
libm: explain why some funcs are not implemented (yet)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libm/float_wrappers.c')
-rw-r--r-- | libm/float_wrappers.c | 3 |
1 files changed, 2 insertions, 1 deletions
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);*/ |