TODO update
[libm] / src / math /
2012-03-13 nszuse different const in __expo2
2012-03-13 nsz__expo2 cleanup
2012-03-12 nszrename __exp to __expo2
2012-03-12 nszuse __expo2 in sinh and cosh, move __cexp to cmath
2012-03-12 nszsinh, cosh comment fixes
2012-03-11 nszfix the names of x86_64 .s files
2012-03-11 nszfix __expf.c (enable __ldexp_cexpf)
2012-03-11 nszlong double math fixes for LD64
2012-03-11 nszinitial cmath code and minor libm.h update
2012-03-06 nszprefer (uint)-1>>1 to ~((uint)1<<n), remove some unnece...
2012-03-05 nszvarious minor style fixes
2012-03-05 nszuse #if LDBL_MANT_DIG == ... instead of custom LD80...
2012-03-05 nszrename __rem_pio2_slow to __rem_pio2_large
2012-03-04 nszfix __invtrigl.o symbol names using '__' prefix
2012-03-04 nszremove invalid comment from sqrt.c
2012-03-04 nszfix bit masking hack in fpclassifyl and copysignl
2012-03-04 nszfix bit masking hack in ilogbl
2012-03-03 nszinitial commit