OSDN Git Service

math: add fp_arch.h with fp_barrier and fp_force_eval
[android-x86/external-musl-libc.git] / src / internal / libm.h
2019-04-17 Szabolcs Nagymath: add fp_arch.h with fp_barrier and fp_force_eval
2019-04-17 Szabolcs Nagymath: remove sun copyright from libm.h
2019-04-17 Szabolcs Nagymath: add asuint, asuint64, asfloat and asdouble
2019-04-17 Szabolcs Nagymath: move complex math out of libm.h
2018-09-12 Rich Felkerapply hidden visibility to internal math functions
2018-09-12 Rich Felkermove lgamma-related internal declarations to libm.h
2018-06-14 Rich Felkeradd support for m68k 80-bit long double variant
2015-03-11 Szabolcs Nagymath: add dummy implementations of 128 bit long double...
2014-12-17 Rich Felkerprovide CMPLX macros in implementation-internal libm.h
2013-09-06 Szabolcs Nagymath: remove STRICT_ASSIGN macro
2013-09-05 Szabolcs Nagymath: remove libc.h include from libm.h
2013-09-05 Szabolcs Nagymath: cosmetic cleanup (use explicit union instead...
2013-09-05 Szabolcs Nagymath: remove *_WORD64 macros from libm.h
2013-09-05 Szabolcs Nagymath: remove old longdbl.h
2013-09-05 Szabolcs Nagylong double cleanup, initial commit
2012-12-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-12-11 Szabolcs Nagymake CMPLX macros available in complex.h in non-c11...
2012-11-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-13 Szabolcs Nagymath: turn off the STRICT_ASSIGN workaround by default
2012-11-13 Szabolcs Nagycomplex: add C11 CMPLX macros and replace cpack with...
2012-05-06 nszadd FORCE_EVAL macro to evaluate float expr for their...
2012-03-22 Rich Felkeradd creal/cimag macros in complex.h (and use them in...
2012-03-20 Rich FelkerMerge remote branch 'nsz/master'
2012-03-19 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-19 nszdon't inline __rem_pio2l so the code size is smaller
2012-03-18 Rich Felkerfix loads of missing const in new libm, and some global...
2012-03-17 Rich Felkerfix namespace issues for lgamma, etc.
2012-03-13 Rich Felkerfirst commit of the new libm!