about summary refs log tree commit diff
path: root/src/internal/libm.h
Commit message (Expand)AuthorAgeFilesLines
* math: add __math_invalidlSzabolcs Nagy2020-08-051-0/+3
* math: fix sinh overflows in non-nearest roundingSzabolcs Nagy2020-02-211-2/+2
* make new math code compatible with unused variable warning/errorRich Felker2019-04-201-3/+6
* math: new powSzabolcs Nagy2019-04-171-0/+1
* math: new powfSzabolcs Nagy2019-04-171-0/+6
* math: new exp2f and expfSzabolcs Nagy2019-04-171-0/+16
* math: add configuration macrosSzabolcs Nagy2019-04-171-0/+5
* math: add macros for static branch prediction hintsSzabolcs Nagy2019-04-171-0/+9
* math: add double precision error handling functionsSzabolcs Nagy2019-04-171-0/+5
* math: add single precision error handling functionsSzabolcs Nagy2019-04-171-0/+7
* math: add eval_as_float and eval_as_doubleSzabolcs Nagy2019-04-171-0/+17
* math: add fp_arch.h with fp_barrier and fp_force_evalSzabolcs Nagy2019-04-171-6/+65
* math: remove sun copyright from libm.hSzabolcs Nagy2019-04-171-23/+0
* math: add asuint, asuint64, asfloat and asdoubleSzabolcs Nagy2019-04-171-33/+15
* math: move complex math out of libm.hSzabolcs Nagy2019-04-171-15/+0
* apply hidden visibility to internal math functionsRich Felker2018-09-121-24/+24
* move lgamma-related internal declarations to libm.hRich Felker2018-09-121-0/+4
* add support for m68k 80-bit long double variantRich Felker2018-06-141-0/+11
* math: add dummy implementations of 128 bit long double functionsSzabolcs Nagy2015-03-111-0/+14
* provide CMPLX macros in implementation-internal libm.hRich Felker2014-12-171-0/+12
* 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