summaryrefslogtreecommitdiff
path: root/src/internal/libm.h
AgeCommit message (Expand)AuthorLines
2019-04-20make new math code compatible with unused variable warning/errorRich Felker-3/+6
2019-04-17math: new powSzabolcs Nagy-0/+1
2019-04-17math: new powfSzabolcs Nagy-0/+6
2019-04-17math: new exp2f and expfSzabolcs Nagy-0/+16
2019-04-17math: add configuration macrosSzabolcs Nagy-0/+5
2019-04-17math: add macros for static branch prediction hintsSzabolcs Nagy-0/+9
2019-04-17math: add double precision error handling functionsSzabolcs Nagy-0/+5
2019-04-17math: add single precision error handling functionsSzabolcs Nagy-0/+7
2019-04-17math: add eval_as_float and eval_as_doubleSzabolcs Nagy-0/+17
2019-04-17math: add fp_arch.h with fp_barrier and fp_force_evalSzabolcs Nagy-6/+65
2019-04-17math: remove sun copyright from libm.hSzabolcs Nagy-23/+0
2019-04-17math: add asuint, asuint64, asfloat and asdoubleSzabolcs Nagy-33/+15
2019-04-17math: move complex math out of libm.hSzabolcs Nagy-15/+0
2018-09-12apply hidden visibility to internal math functionsRich Felker-24/+24
2018-09-12move lgamma-related internal declarations to libm.hRich Felker-0/+4
2018-06-14add support for m68k 80-bit long double variantRich Felker-0/+11
2015-03-11math: add dummy implementations of 128 bit long double functionsSzabolcs Nagy-0/+14
2014-12-17provide CMPLX macros in implementation-internal libm.hRich Felker-0/+12
2013-09-06math: remove STRICT_ASSIGN macroSzabolcs Nagy-11/+0
2013-09-05math: remove libc.h include from libm.hSzabolcs Nagy-2/+0
2013-09-05math: cosmetic cleanup (use explicit union instead of fshape and dshape)Szabolcs Nagy-66/+56
2013-09-05math: remove *_WORD64 macros from libm.hSzabolcs Nagy-16/+0
2013-09-05math: remove old longdbl.hSzabolcs Nagy-2/+0
2013-09-05long double cleanup, initial commitSzabolcs Nagy-0/+28
2012-12-11make CMPLX macros available in complex.h in non-c11 mode as wellSzabolcs Nagy-8/+0
2012-11-13math: turn off the STRICT_ASSIGN workaround by defaultSzabolcs Nagy-5/+3
2012-11-13complex: add C11 CMPLX macros and replace cpack with themSzabolcs Nagy-18/+5
2012-05-06add FORCE_EVAL macro to evaluate float expr for their side effectnsz-0/+13
2012-03-22add creal/cimag macros in complex.h (and use them in the functions defs)Rich Felker-8/+0
2012-03-19don't inline __rem_pio2l so the code size is smallernsz-0/+1
2012-03-18fix loads of missing const in new libm, and some global vars (?!) in powlRich Felker-2/+2
2012-03-16fix namespace issues for lgamma, etc.Rich Felker-0/+2
2012-03-13first commit of the new libm!Rich Felker-0/+186