getopt: fix null pointer arithmetic ub
[musl] / src / math /
2023-02-12 Szabolcs Nagymath: fix undefined shift in logf
2021-09-23 Rich Felkeradd SPE FPU support to powerpc-sf
2021-07-06 Szabolcs Nagymath: fix fmaf not to depend on FE_TOWARDZERO
2021-02-10 Szabolcs Nagymath: fix expm1f overflow threshold
2021-02-10 Szabolcs Nagymath: fix acoshf for negative inputs
2020-11-29 Jinliang Liarm fabs and sqrt: support single-precision-only fpu...
2020-08-06 Szabolcs Nagymath: new software sqrtl
2020-08-06 Szabolcs Nagymath: add __math_invalidl
2020-08-06 Szabolcs Nagymath: new software sqrtf
2020-08-06 Szabolcs Nagymath: new software sqrt
2020-08-03 Rich Felkeradd m68k sqrtl using native instruction
2020-03-24 Alexander Monakovmath: add x86_64 remquol
2020-03-24 Alexander Monakovmath: move x87-family fmod functions to C with inline asm
2020-03-24 Alexander Monakovmath: move x87-family remainder functions to C with...
2020-03-24 Alexander Monakovmath: move x87-family rint functions to C with inline asm
2020-03-24 Alexander Monakovmath: move x87-family lrint functions to C with inline asm
2020-03-24 Alexander Monakovmath: move x86_64 (l)lrint(f) functions to C with inlin...
2020-03-24 Alexander Monakovmath: move i386 sqrt to C with inline asm
2020-03-24 Alexander Monakovmath: move i386 sqrtf to C with inline asm
2020-03-24 Alexander Monakovmath: move trivial x86-family sqrt functions to C with...
2020-03-24 Alexander Monakovmath: move x87-family fabs functions to C with inline asm
2020-03-24 Alexander Monakovmath: move x86_64 fabs, fabsf to C with inline asm
2020-02-22 Szabolcs Nagymath: fix sinh overflows in non-nearest rounding
2020-02-22 Szabolcs Nagymath: fix __rem_pio2 in non-nearest rounding modes
2020-02-06 Rich Felkerremove i386 asm for single and double precision exp...
2020-02-06 Rich Felkerrename i386 exp.s to exp_ld.s
2020-02-06 Rich Felkerfix excess precision in return value of i386 log-family...
2020-02-06 Rich Felkerfix excess precision in return value of i386 acos[f...
2020-02-06 Rich Felkerfix excess precision in return value of i386 atan[2][f]
2020-01-27 Alexander Monakovmath/x32: correct lrintl.s for 32-bit long
2019-11-06 rofl0rppc: add configure check for older compilers erroring...
2019-10-14 info@mobile-stream.commips: add single-instruction math functions
2019-10-13 Szabolcs Nagymath: fix signed int left shift ub in sqrt
2019-09-27 Szabolcs Nagymath: optimize lrint on 32bit targets
2019-08-05 Rich Felkerfix build regression in i386 asm for atan2, atan2f
2019-08-05 Rich Felkerfix x87 stack imbalance in corner cases of i386 math asm
2019-06-14 Rich Felkeradd riscv64 architecture support
2019-04-18 Szabolcs Nagymath: new pow
2019-04-18 Szabolcs Nagymath: new exp and exp2
2019-04-18 Szabolcs Nagymath: new log2
2019-04-18 Szabolcs Nagymath: new log
2019-04-18 Szabolcs Nagymath: new powf
2019-04-18 Szabolcs Nagymath: new exp2f and expf
2019-04-18 Szabolcs Nagymath: new log2f
2019-04-18 Szabolcs Nagymath: new logf
2019-04-17 Szabolcs Nagymath: add double precision error handling functions
2019-04-17 Szabolcs Nagymath: add single precision error handling functions
2019-04-03 Dan Gohmanfix unintended global symbols in atanl.c
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
next