Browse Source

libm: explain why some funcs are not implemented (yet)

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 14 years ago
parent
commit
80c1f895b8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      libm/float_wrappers.c

+ 2 - 1
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);*/