summaryrefslogtreecommitdiff
path: root/src/internal/libm.h
AgeCommit message (Expand)AuthorFilesLines
2012-12-11make CMPLX macros available in complex.h in non-c11 mode as wellSzabolcs Nagy1-8/+0
2012-11-13math: turn off the STRICT_ASSIGN workaround by defaultSzabolcs Nagy1-5/+3
2012-11-13complex: add C11 CMPLX macros and replace cpack with themSzabolcs Nagy1-18/+5
2012-05-06add FORCE_EVAL macro to evaluate float expr for their side effectnsz1-0/+13
2012-03-22add creal/cimag macros in complex.h (and use them in the functions defs)Rich Felker1-8/+0
2012-03-19don't inline __rem_pio2l so the code size is smallernsz1-0/+1
2012-03-18fix loads of missing const in new libm, and some global vars (?!) in powlRich Felker1-2/+2
2012-03-16fix namespace issues for lgamma, etc.Rich Felker1-0/+2
2012-03-13first commit of the new libm!Rich Felker1-0/+186