about summary refs log tree commit diff
path: root/src/internal/libm.h
Commit message (Expand)AuthorAgeFilesLines
* math: remove STRICT_ASSIGN macroSzabolcs Nagy2013-09-061-11/+0
* math: remove libc.h include from libm.hSzabolcs Nagy2013-09-051-2/+0
* math: cosmetic cleanup (use explicit union instead of fshape and dshape)Szabolcs Nagy2013-09-051-66/+56
* math: remove *_WORD64 macros from libm.hSzabolcs Nagy2013-09-051-16/+0
* math: remove old longdbl.hSzabolcs Nagy2013-09-051-2/+0
* long double cleanup, initial commitSzabolcs Nagy2013-09-051-0/+28
* make CMPLX macros available in complex.h in non-c11 mode as wellSzabolcs Nagy2012-12-111-8/+0
* math: turn off the STRICT_ASSIGN workaround by defaultSzabolcs Nagy2012-11-131-5/+3
* complex: add C11 CMPLX macros and replace cpack with themSzabolcs Nagy2012-11-131-18/+5
* add FORCE_EVAL macro to evaluate float expr for their side effectnsz2012-05-061-0/+13
* add creal/cimag macros in complex.h (and use them in the functions defs)Rich Felker2012-03-221-8/+0
* don't inline __rem_pio2l so the code size is smallernsz2012-03-191-0/+1
* fix loads of missing const in new libm, and some global vars (?!) in powlRich Felker2012-03-181-2/+2
* fix namespace issues for lgamma, etc.Rich Felker2012-03-161-0/+2
* first commit of the new libm!Rich Felker2012-03-131-0/+186