Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-26 | Optimize handling of denormals in logb/logbf/logbl | Andreas Schwab | 1 | -4/+6 | |
2012-05-10 | Fix for logb/logbf/logbl (bugs 13954/13955/13956) | Adhemerval Zanella | 1 | -10/+21 | |
POSIX 2008 states that if the input for 'logb[f|l]' is a subnormal number it should be treated as if it were normalized. This means the implementation should calculate the log2 of the mantissa and add it to the subnormal exponent (-126 for float and -1022 for double and IBM long double). This patch takes care of that. | |||||
2012-03-09 | Use <> for math.h and math_private.h everywhere. | Richard Henderson | 1 | -2/+2 | |
Entire tree edited via find | grep | sed. | |||||
2012-01-27 | Remove __STDC__ conditionals from libm. | Joseph Myers | 1 | -6/+1 | |
1999-07-14 | Update. | Ulrich Drepper | 1 | -0/+46 | |