OSDN Git Service

optimize hot paths of putc with manual shrink-wrapping
[android-x86/external-musl-libc.git] / src / math /
2018-10-15 Szabolcs Nagyx86_64: add single instruction fma
2018-10-15 Szabolcs Nagyarm: add single instruction fma
2018-10-15 Szabolcs Nagypowerpc: add single instruction fabs, fabsf, fma, fmaf...
2018-10-15 Szabolcs Nagys390x: add single instruction fma and fmaf
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkerapply hidden visibility to various remaining internal...
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
2018-04-02 Szabolcs Nagyfix fmaf wrong result
2017-10-14 Szabolcs Nagymath: rewrite fma with mostly int arithmetics
2017-06-23 Rich Felkerpowerpc64: add single-instruction math functions
2017-06-23 Rich Felkers390x: add single-instruction math functions
2017-04-21 Szabolcs Nagyfix scalbn when result is in the subnormal range
2017-03-21 Szabolcs Nagyaarch64: add single instruction math functions
2017-03-15 Szabolcs Nagyfix threshold constants in j0f, y0f, j1f, y1f
2016-10-20 Szabolcs Nagymath: fix pow signed shift ub
2016-08-30 Szabolcs Nagymath: fix 128bit long double inverse trigonometric...
2016-03-04 Szabolcs Nagymath: fix expf(-NAN) and exp2f(-NAN) to return -NAN...
2016-02-19 Rich Felkerwork around regression building for armhf with clang...
2016-02-18 Rich Felkerimprove macro logic for enabling arm math asm
2016-01-20 Rich Felkerreplace armhf math asm source files with inline asm
2015-11-22 Rich Felkermath: explicitly promote expressions to excess-precisio...
2015-11-10 Rich Felkerexplicitly assemble all arm asm sources as UAL
2015-10-19 Szabolcs Nagydeclare fpu usage to the assembler in arm hard-float...
2015-04-23 Rich Felkerfix regression in x86_64 math asm with old binutils
2015-04-19 Rich Felkerremove potentially PIC-incompatible relocations from...
2015-04-19 Rich Felkerremove the last of possible-textrels from i386 asm
2015-04-18 Szabolcs Nagymath: fix pow(+-0,-inf) not to raise divbyzero flag
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...
next