Age | Commit message (Expand) | Author | Files | Lines |
2020-03-24 | math: move trivial x86-family sqrt functions to C with inline asm | Alexander Monakov | 8 | -18/+28 |
2020-03-24 | math: move x87-family fabs functions to C with inline asm | Alexander Monakov | 8 | -24/+28 |
2020-03-24 | math: move x86_64 fabs, fabsf to C with inline asm | Alexander Monakov | 4 | -16/+20 |
2020-02-21 | math: fix sinh overflows in non-nearest rounding | Szabolcs Nagy | 6 | -8/+10 |
2020-02-21 | math: fix __rem_pio2 in non-nearest rounding modes | Szabolcs Nagy | 3 | -3/+41 |
2020-02-06 | remove i386 asm for single and double precision exp-family functions | Rich Felker | 9 | -62/+3 |
2020-02-06 | rename i386 exp.s to exp_ld.s | Rich Felker | 2 | -0/+1 |
2020-02-06 | fix excess precision in return value of i386 log-family functions | Rich Felker | 8 | -0/+20 |
2020-02-06 | fix excess precision in return value of i386 acos[f] and asin[f] | Rich Felker | 6 | -42/+75 |
2020-02-06 | fix excess precision in return value of i386 atan[2][f] | Rich Felker | 4 | -2/+8 |
2020-01-27 | math/x32: correct lrintl.s for 32-bit long | Alexander Monakov | 1 | -2/+2 |
2019-11-05 | ppc: add configure check for older compilers erroring on 'd' constraint | rofl0r | 2 | -2/+2 |
2019-10-14 | mips: add single-instruction math functions | info@mobile-stream.com | 4 | -0/+64 |
2019-10-13 | math: fix signed int left shift ub in sqrt | Szabolcs Nagy | 2 | -4/+2 |
2019-09-27 | math: optimize lrint on 32bit targets | Szabolcs Nagy | 1 | -1/+27 |
2019-08-05 | fix build regression in i386 asm for atan2, atan2f | Rich Felker | 2 | -2/+2 |
2019-08-05 | fix x87 stack imbalance in corner cases of i386 math asm | Rich Felker | 8 | -44/+14 |
2019-06-14 | add riscv64 architecture support | Rich Felker | 12 | -0/+180 |
2019-04-17 | math: new pow | Szabolcs Nagy | 3 | -303/+520 |
2019-04-17 | math: new exp and exp2 | Szabolcs Nagy | 4 | -480/+434 |
2019-04-17 | math: new log2 | Szabolcs Nagy | 3 | -106/+335 |
2019-04-17 | math: new log | Szabolcs Nagy | 3 | -104/+454 |
2019-04-17 | math: new powf | Szabolcs Nagy | 3 | -240/+226 |
2019-04-17 | math: new exp2f and expf | Szabolcs Nagy | 4 | -179/+177 |
2019-04-17 | math: new log2f | Szabolcs Nagy | 3 | -58/+108 |
2019-04-17 | math: new logf | Szabolcs Nagy | 3 | -54/+109 |
2019-04-17 | math: add double precision error handling functions | Szabolcs Nagy | 5 | -0/+30 |
2019-04-17 | math: add single precision error handling functions | Szabolcs Nagy | 5 | -0/+30 |
2019-04-03 | fix unintended global symbols in atanl.c | Dan Gohman | 1 | -3/+3 |
2018-10-15 | x86_64: add single instruction fma | Szabolcs Nagy | 4 | -0/+92 |
2018-10-15 | arm: add single instruction fma | Szabolcs Nagy | 2 | -0/+30 |
2018-10-15 | powerpc: add single instruction fabs, fabsf, fma, fmaf, sqrt, sqrtf | Szabolcs Nagy | 6 | -0/+90 |
2018-10-15 | s390x: add single instruction fma and fmaf | Szabolcs Nagy | 2 | -0/+14 |
2018-09-12 | reduce spurious inclusion of libc.h | Rich Felker | 9 | -9/+0 |
2018-09-12 | apply hidden visibility to various remaining internal interfaces | Rich Felker | 1 | -0/+2 |
2018-09-12 | apply hidden visibility to internal math functions | Rich Felker | 1 | -2/+2 |
2018-09-12 | move lgamma-related internal declarations to libm.h | Rich Felker | 4 | -12/+3 |
2018-06-14 | add support for m68k 80-bit long double variant | Rich Felker | 1 | -2/+10 |
2018-04-02 | fix fmaf wrong result | Szabolcs Nagy | 1 | -1/+1 |
2017-10-13 | math: rewrite fma with mostly int arithmetics | Szabolcs Nagy | 1 | -431/+154 |
2017-06-23 | powerpc64: add single-instruction math functions | Rich Felker | 22 | -0/+290 |
2017-06-23 | s390x: add single-instruction math functions | Rich Felker | 24 | -0/+360 |
2017-04-21 | fix scalbn when result is in the subnormal range | Szabolcs Nagy | 3 | -12/+14 |
2017-03-21 | aarch64: add single instruction math functions | Szabolcs Nagy | 34 | -24/+226 |
2017-03-15 | fix threshold constants in j0f, y0f, j1f, y1f | Szabolcs Nagy | 2 | -13/+12 |
2016-10-20 | math: fix pow signed shift ub | Szabolcs Nagy | 1 | -2/+2 |
2016-08-30 | math: fix 128bit long double inverse trigonometric functions | Szabolcs Nagy | 1 | -1/+1 |
2016-03-04 | math: fix expf(-NAN) and exp2f(-NAN) to return -NAN instead of 0 | Szabolcs Nagy | 2 | -0/+4 |
2016-02-19 | work around regression building for armhf with clang (compiler bug) | Rich Felker | 2 | -2/+2 |
2016-02-18 | improve macro logic for enabling arm math asm | Rich Felker | 2 | -2/+2 |