2014-04-11 |
Szabolcs Nagy | math: fix aliasing violation in long double wrappers |
tree | commitdiff |
2014-02-23 |
rofl0r | x32 port (diff against vanilla x86_64) |
tree | commitdiff |
2014-02-23 |
rofl0r | import vanilla x86_64 code as x32 |
tree | commitdiff |
2014-01-08 |
Szabolcs Nagy | math: add drem and dremf weak aliases to i386 remainder asm |
tree | commitdiff |
2013-12-12 |
Szabolcs Nagy | math: define _GNU_SOURCE when implementing non-standard... |
tree | commitdiff |
2013-11-24 |
Szabolcs Nagy | math: clean up __rem_pio2 |
tree | commitdiff |
2013-11-21 |
Szabolcs Nagy | math: add (obsolete) bsd drem and finite functions |
tree | commitdiff |
2013-11-21 |
Szabolcs Nagy | math: lgamma cleanup (simpler sin(pi*x) for the negativ... |
tree | commitdiff |
2013-10-28 |
Szabolcs Nagy | math: extensive log*.c cleanup |
tree | commitdiff |
2013-10-07 |
Szabolcs Nagy | math: fix rare underflow issue in fma |
tree | commitdiff |
2013-10-07 |
Szabolcs Nagy | math: use sqrtl if FLT_EVAL_METHOD==2 in acosh and... |
tree | commitdiff |
2013-10-06 |
Szabolcs Nagy | math: remove an unused variable from modfl |
tree | commitdiff |
2013-10-04 |
Szabolcs Nagy | math: remove code duplication in erfl found by clang... |
tree | commitdiff |
2013-10-04 |
Szabolcs Nagy | math: remove a useless assignment in lgammal found... |
tree | commitdiff |
2013-09-13 |
Rich Felker | fix x86_64 lrintl asm, again |
tree | commitdiff |
2013-09-06 |
Szabolcs Nagy | math: remove STRICT_ASSIGN from exp2f (see previous... |
tree | commitdiff |
2013-09-06 |
Szabolcs Nagy | math: remove STRICT_ASSIGN macro |
tree | commitdiff |
2013-09-05 |
Szabolcs Nagy | math: support invalid ld80 representations in fpclassify |
tree | commitdiff |
2013-09-05 |
Szabolcs Nagy | math: fix atanh (overflow and underflow issues) |
tree | commitdiff |
2013-09-05 |
Szabolcs Nagy | math: remove libc.h include from libm.h |
tree | commitdiff |
2013-09-05 |
Szabolcs Nagy | math: fix acoshf on negative values |
tree | commitdiff |
2013-09-05 |
Szabolcs Nagy | math: fix expm1l on x86_64 (avoid underflow for large... |
tree | commitdiff |
2013-09-05 |
Szabolcs Nagy | math: fix lrintl.s on x86_64 (use movslq to signextend... |
tree | commitdiff |
2013-09-05 |
Szabolcs Nagy | math: fix exp2l asm on x86 (raise underflow correctly) |
tree | commitdiff |
2013-09-05 |
Szabolcs Nagy | math: cosmetic cleanup (use explicit union instead... |
tree | commitdiff |
2013-09-05 |
Szabolcs Nagy | math: remove *_WORD64 macros from libm.h |
tree | commitdiff |
2013-09-05 |
Szabolcs Nagy | math: long double fix (use ldshape union) |
tree | commitdiff |
2013-09-05 |
Szabolcs Nagy | math: use float_t and double_t in scalbnf and scalbn |
tree | commitdiff |
2013-09-05 |
Szabolcs Nagy | math: fix remaining old long double code (erfl, fmal... |
tree | commitdiff |
2013-09-05 |
Szabolcs Nagy | math: cbrt cleanup and long double fix |
tree | commitdiff |
2013-09-05 |
Szabolcs Nagy | math: fix underflow in exp*.c and long double handling... |
tree | commitdiff |
2013-09-05 |
Szabolcs Nagy | math: long double trigonometric cleanup (cosl, sinl... |
tree | commitdiff |
2013-09-05 |
Szabolcs Nagy | math: long double inverse trigonometric cleanup (acosl... |
tree | commitdiff |
2013-09-05 |
Szabolcs Nagy | math: rewrite hypot |
tree | commitdiff |
2013-09-05 |
Szabolcs Nagy | math: rewrite remainder functions (remainder, remquo... |
tree | commitdiff |
2013-09-05 |
Szabolcs Nagy | math: rewrite rounding functions (ceil, floor, trunc... |
tree | commitdiff |
2013-09-05 |
Szabolcs Nagy | math: fix logb(-0.0) in downward rounding mode |
tree | commitdiff |
2013-09-05 |
Szabolcs Nagy | math: ilogb cleanup |
tree | commitdiff |
2013-09-05 |
Szabolcs Nagy | long double cleanup, initial commit |
tree | commitdiff |
2013-08-16 |
Rich Felker | some initial math asm for armhf (fabs[f] and sqrt[f]) |
tree | commitdiff |
2013-08-16 |
Rich Felker | fix build of x86_64 expl assembly |
tree | commitdiff |
2013-08-15 |
Szabolcs Nagy | math: fix pow(x,-1) to raise underflow properly |
tree | commitdiff |
2013-08-15 |
Szabolcs Nagy | math: fix i386 atan2.s to raise underflow for subnormal... |
tree | commitdiff |
2013-08-15 |
Szabolcs Nagy | math: clean up atan2.c |
tree | commitdiff |
2013-08-15 |
Szabolcs Nagy | math: fix x86 asin, atan, exp, log1p to raise underflow |
tree | commitdiff |
2013-08-15 |
Szabolcs Nagy | math: fix x86 expl.s to raise underflow and clean up... |
tree | commitdiff |
2013-08-15 |
Szabolcs Nagy | math: fix asin, atan, log1p, tanh to raise underflow... |
tree | commitdiff |
2013-08-15 |
Szabolcs Nagy | math: fix tgamma to raise underflow for large negative... |
tree | commitdiff |
2013-08-15 |
Szabolcs Nagy | math: fix pow(0,-inf) to raise divbyzero flag |
tree | commitdiff |
2013-08-15 |
Szabolcs Nagy | math: minor scalbn*.c simplification |
tree | commitdiff |
2013-07-28 |
Rich Felker | add missing erfcl wrapper for archs where long double... |
tree | commitdiff |
2013-05-19 |
Szabolcs Nagy | math: add fma TODO comments about the underflow issue |
tree | commitdiff |
2013-05-19 |
Szabolcs Nagy | math: fix two fma issues (only affects non-nearest... |
tree | commitdiff |
2013-05-18 |
Rich Felker | Merge remote-tracking branch 'nsz/review' |
tree | commitdiff |
2013-05-18 |
Szabolcs Nagy | math: sin cos cleanup |
tree | commitdiff |
2013-05-18 |
Szabolcs Nagy | math: tan cleanups |
tree | commitdiff |
2013-05-15 |
Szabolcs Nagy | math: use double_t for temporaries to avoid stores... |
tree | commitdiff |
2013-01-14 |
Rich Felker | Merge remote-tracking branch 'nsz/math' |
tree | commitdiff |
2013-01-07 |
Szabolcs Nagy | math: erf and erfc cleanup |
tree | commitdiff |
2013-01-01 |
Szabolcs Nagy | math: bessel cleanup (jn.c and jnf.c) |
tree | commitdiff |
2013-01-01 |
Szabolcs Nagy | math: bessel cleanup (j1.c and j1f.c) |
tree | commitdiff |
2013-01-01 |
Szabolcs Nagy | math: bessel cleanup (j0.c and j0f.c) |
tree | commitdiff |
2012-12-19 |
Rich Felker | merge a few fixes by sh4rm4 |
tree | commitdiff |
2012-12-16 |
Szabolcs Nagy | math: use 0x1p-120f and 0x1p120f for tiny and huge... |
tree | commitdiff |
2012-12-16 |
Szabolcs Nagy | math: tgammal.c fixes |
tree | commitdiff |
2012-12-16 |
Szabolcs Nagy | math: tanh.c cleanup similar to sinh, cosh |
tree | commitdiff |
2012-12-16 |
Szabolcs Nagy | math: sinh.c cleanup similar to the cosh one |
tree | commitdiff |
2012-12-16 |
Szabolcs Nagy | math: finished cosh.c cleanup |
tree | commitdiff |
2012-12-16 |
Szabolcs Nagy | math: x86_64 version of expl, fixed some comments in... |
tree | commitdiff |
2012-12-16 |
Szabolcs Nagy | math: move x86_64 exp2l implementation to exp2l.s from... |
tree | commitdiff |
2012-12-15 |
Rich Felker | Merge remote-tracking branch 'nsz/math' |
tree | commitdiff |
2012-12-14 |
Szabolcs Nagy | math: fix i386/expl.s with more precise x*log2e |
tree | commitdiff |
2012-12-12 |
Szabolcs Nagy | math: add a non-dummy tgamma implementation |
tree | commitdiff |
2012-12-12 |
Szabolcs Nagy | math: cosh cleanup |
tree | commitdiff |
2012-12-12 |
Szabolcs Nagy | math: fix comment in __rem_pio2f.c |
tree | commitdiff |
2012-12-11 |
Szabolcs Nagy | math: add empty __invtrigl.s to i386 and x86_64 |
tree | commitdiff |
2012-12-11 |
Szabolcs Nagy | math: clean up inverse trigonometric functions |
tree | commitdiff |
2012-12-11 |
Szabolcs Nagy | math: rewrite inverse hyperbolic functions to be simple... |
tree | commitdiff |
2012-12-07 |
Rich Felker | fix trailing whitespace issues that crept in here and... |
tree | commitdiff |
2012-11-18 |
Rich Felker | Merge remote-tracking branch 'nsz/math' |
tree | commitdiff |
2012-11-18 |
Szabolcs Nagy | math: use float constants in exp10f.c |
tree | commitdiff |
2012-11-18 |
Szabolcs Nagy | math: expl.c cleanup |
tree | commitdiff |
2012-11-18 |
Szabolcs Nagy | math: expf.c cleanup |
tree | commitdiff |
2012-11-17 |
Szabolcs Nagy | math: cleanup exp2.c exp2f.c and exp2l.c |
tree | commitdiff |
2012-11-17 |
Szabolcs Nagy | math: exp.c clean up |
tree | commitdiff |
2012-11-15 |
Rich Felker | Merge remote-tracking branch 'nsz/math' |
tree | commitdiff |
2012-11-14 |
Szabolcs Nagy | math: ld80 invtrig cleanups |
tree | commitdiff |
2012-11-13 |
Szabolcs Nagy | math: simplify hypot and hypotf using scalbn |
tree | commitdiff |
2012-11-13 |
Szabolcs Nagy | math: use '#pragma STDC FENV_ACCESS ON' when fenv is... |
tree | commitdiff |
2012-11-13 |
Szabolcs Nagy | math: excess precision fix modf, modff, scalbn, scalbnf |
tree | commitdiff |
2012-11-13 |
Szabolcs Nagy | math: fix scalbn and scalbnf on overflow/underflow |
tree | commitdiff |
2012-11-13 |
Szabolcs Nagy | math: fix nextafter and nexttoward on maxdbl and maxflt... |
tree | commitdiff |
2012-11-12 |
Szabolcs Nagy | math: raise flags in logl.c on <= 0 arguments |
tree | commitdiff |
2012-11-12 |
Szabolcs Nagy | math: fix logb*.c exceptions now that ilogb raises... |
tree | commitdiff |
2012-11-12 |
Szabolcs Nagy | math: raise flags in log2l.c on <= 0 arguments, and... |
tree | commitdiff |
2012-11-12 |
Szabolcs Nagy | math: raise exception flags in log1pl.c on <= -1 arguments |
tree | commitdiff |
2012-11-12 |
Szabolcs Nagy | math: raise invalid flag in ilogb*.c on +-0, +-inf... |
tree | commitdiff |
2012-11-12 |
Szabolcs Nagy | math: fix exception behaviour of expm1l.c on inf and nan |
tree | commitdiff |
2012-11-12 |
Szabolcs Nagy | math: fix long double constants in exp10l.c |
tree | commitdiff |
2012-08-14 |
Rich Felker | Merge remote-tracking branch 'nsz/bsd' |
tree | commitdiff |
next |