OSDN Git Service

libm: explain why some funcs are not implemented (yet)
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 4 Feb 2010 22:36:29 +0000 (23:36 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 4 Feb 2010 22:36:29 +0000 (23:36 +0100)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libm/float_wrappers.c

index e1ab8b5..a13aac9 100644 (file)
@@ -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);*/