harden dynamic linker library path search
[oweals/musl.git] / src / math /
2015-03-12 Szabolcs Nagyadd aarch64 port
2015-03-11 Szabolcs Nagymath: add dummy implementations of 128 bit long double...
2015-03-11 Szabolcs Nagymath: add ld128 exp2l based on the freebsd implementation
2015-02-09 Szabolcs Nagymath: fix fmodl for IEEE binary128
2015-02-08 Szabolcs Nagymath: fix __fpclassifyl(-0.0) for IEEE binary128
2015-02-08 Szabolcs Nagyadd parenthesis in fma.c to clarify intent and silence...
2014-11-05 Szabolcs Nagymath: use fnstsw consistently instead of fstsw in x87 asm
2014-11-05 Szabolcs Nagymath: fix x86_64 and x32 asm not to use sahf instruction
2014-10-31 Szabolcs Nagymath: use the rounding idiom consistently
2014-10-31 Szabolcs Nagyfix rint.c and rintf.c when FLT_EVAL_METHOD!=0
2014-10-08 Rich Felkeralways provide __fpclassifyl and __signbitl definitions
2014-09-18 Szabolcs Nagymath: fix exp10 not to raise invalid exception on NaN
2014-09-08 Szabolcs Nagyfix exp10l.c to include float.h
2014-09-08 Szabolcs Nagyprune math code on archs with binary64 long double
2014-04-11 Szabolcs Nagymath: fix aliasing violation in long double wrappers
2014-02-23 rofl0rx32 port (diff against vanilla x86_64)
2014-02-23 rofl0rimport vanilla x86_64 code as x32
2014-01-08 Szabolcs Nagymath: add drem and dremf weak aliases to i386 remainder asm
2013-12-12 Szabolcs Nagymath: define _GNU_SOURCE when implementing non-standard...
2013-11-24 Szabolcs Nagymath: clean up __rem_pio2
2013-11-21 Szabolcs Nagymath: add (obsolete) bsd drem and finite functions
2013-11-21 Szabolcs Nagymath: lgamma cleanup (simpler sin(pi*x) for the negativ...
2013-10-28 Szabolcs Nagymath: extensive log*.c cleanup
2013-10-07 Szabolcs Nagymath: fix rare underflow issue in fma
2013-10-07 Szabolcs Nagymath: use sqrtl if FLT_EVAL_METHOD==2 in acosh and...
2013-10-06 Szabolcs Nagymath: remove an unused variable from modfl
2013-10-04 Szabolcs Nagymath: remove code duplication in erfl found by clang...
2013-10-04 Szabolcs Nagymath: remove a useless assignment in lgammal found...
2013-09-13 Rich Felkerfix x86_64 lrintl asm, again
2013-09-06 Szabolcs Nagymath: remove STRICT_ASSIGN from exp2f (see previous...
2013-09-06 Szabolcs Nagymath: remove STRICT_ASSIGN macro
2013-09-05 Szabolcs Nagymath: support invalid ld80 representations in fpclassify
2013-09-05 Szabolcs Nagymath: fix atanh (overflow and underflow issues)
2013-09-05 Szabolcs Nagymath: remove libc.h include from libm.h
2013-09-05 Szabolcs Nagymath: fix acoshf on negative values
2013-09-05 Szabolcs Nagymath: fix expm1l on x86_64 (avoid underflow for large...
2013-09-05 Szabolcs Nagymath: fix lrintl.s on x86_64 (use movslq to signextend...
2013-09-05 Szabolcs Nagymath: fix exp2l asm on x86 (raise underflow correctly)
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: long double fix (use ldshape union)
2013-09-05 Szabolcs Nagymath: use float_t and double_t in scalbnf and scalbn
2013-09-05 Szabolcs Nagymath: fix remaining old long double code (erfl, fmal...
2013-09-05 Szabolcs Nagymath: cbrt cleanup and long double fix
2013-09-05 Szabolcs Nagymath: fix underflow in exp*.c and long double handling...
2013-09-05 Szabolcs Nagymath: long double trigonometric cleanup (cosl, sinl...
2013-09-05 Szabolcs Nagymath: long double inverse trigonometric cleanup (acosl...
2013-09-05 Szabolcs Nagymath: rewrite hypot
2013-09-05 Szabolcs Nagymath: rewrite remainder functions (remainder, remquo...
2013-09-05 Szabolcs Nagymath: rewrite rounding functions (ceil, floor, trunc...
2013-09-05 Szabolcs Nagymath: fix logb(-0.0) in downward rounding mode
2013-09-05 Szabolcs Nagymath: ilogb cleanup
2013-09-05 Szabolcs Nagylong double cleanup, initial commit
2013-08-16 Rich Felkersome initial math asm for armhf (fabs[f] and sqrt[f])
2013-08-16 Rich Felkerfix build of x86_64 expl assembly
2013-08-15 Szabolcs Nagymath: fix pow(x,-1) to raise underflow properly
2013-08-15 Szabolcs Nagymath: fix i386 atan2.s to raise underflow for subnormal...
2013-08-15 Szabolcs Nagymath: clean up atan2.c
2013-08-15 Szabolcs Nagymath: fix x86 asin, atan, exp, log1p to raise underflow
2013-08-15 Szabolcs Nagymath: fix x86 expl.s to raise underflow and clean up...
2013-08-15 Szabolcs Nagymath: fix asin, atan, log1p, tanh to raise underflow...
2013-08-15 Szabolcs Nagymath: fix tgamma to raise underflow for large negative...
2013-08-15 Szabolcs Nagymath: fix pow(0,-inf) to raise divbyzero flag
2013-08-15 Szabolcs Nagymath: minor scalbn*.c simplification
2013-07-28 Rich Felkeradd missing erfcl wrapper for archs where long double...
2013-05-19 Szabolcs Nagymath: add fma TODO comments about the underflow issue
2013-05-19 Szabolcs Nagymath: fix two fma issues (only affects non-nearest...
2013-05-18 Rich FelkerMerge remote-tracking branch 'nsz/review'
2013-05-18 Szabolcs Nagymath: sin cos cleanup
2013-05-18 Szabolcs Nagymath: tan cleanups
2013-05-15 Szabolcs Nagymath: use double_t for temporaries to avoid stores...
2013-01-14 Rich FelkerMerge remote-tracking branch 'nsz/math'
2013-01-07 Szabolcs Nagymath: erf and erfc cleanup
2013-01-01 Szabolcs Nagymath: bessel cleanup (jn.c and jnf.c)
2013-01-01 Szabolcs Nagymath: bessel cleanup (j1.c and j1f.c)
2013-01-01 Szabolcs Nagymath: bessel cleanup (j0.c and j0f.c)
2012-12-19 Rich Felkermerge a few fixes by sh4rm4
2012-12-16 Szabolcs Nagymath: use 0x1p-120f and 0x1p120f for tiny and huge...
2012-12-16 Szabolcs Nagymath: tgammal.c fixes
2012-12-16 Szabolcs Nagymath: tanh.c cleanup similar to sinh, cosh
2012-12-16 Szabolcs Nagymath: sinh.c cleanup similar to the cosh one
2012-12-16 Szabolcs Nagymath: finished cosh.c cleanup
2012-12-16 Szabolcs Nagymath: x86_64 version of expl, fixed some comments in...
2012-12-16 Szabolcs Nagymath: move x86_64 exp2l implementation to exp2l.s from...
2012-12-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-12-14 Szabolcs Nagymath: fix i386/expl.s with more precise x*log2e
2012-12-12 Szabolcs Nagymath: add a non-dummy tgamma implementation
2012-12-12 Szabolcs Nagymath: cosh cleanup
2012-12-12 Szabolcs Nagymath: fix comment in __rem_pio2f.c
2012-12-11 Szabolcs Nagymath: add empty __invtrigl.s to i386 and x86_64
2012-12-11 Szabolcs Nagymath: clean up inverse trigonometric functions
2012-12-11 Szabolcs Nagymath: rewrite inverse hyperbolic functions to be simple...
2012-12-07 Rich Felkerfix trailing whitespace issues that crept in here and...
2012-11-18 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-18 Szabolcs Nagymath: use float constants in exp10f.c
2012-11-18 Szabolcs Nagymath: expl.c cleanup
2012-11-18 Szabolcs Nagymath: expf.c cleanup
2012-11-17 Szabolcs Nagymath: cleanup exp2.c exp2f.c and exp2l.c
2012-11-17 Szabolcs Nagymath: exp.c clean up
2012-11-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
next