| Commit message (Expand) | Author | Age | Files | Lines |
* | ppc: add configure check for older compilers erroring on 'd' constraint | rofl0r | 2019-11-05 | 2 | -2/+2 |
* | mips: add single-instruction math functions | info@mobile-stream.com | 2019-10-14 | 4 | -0/+64 |
* | math: fix signed int left shift ub in sqrt | Szabolcs Nagy | 2019-10-13 | 2 | -4/+2 |
* | math: optimize lrint on 32bit targets | Szabolcs Nagy | 2019-09-27 | 1 | -1/+27 |
* | fix build regression in i386 asm for atan2, atan2f | Rich Felker | 2019-08-05 | 2 | -2/+2 |
* | fix x87 stack imbalance in corner cases of i386 math asm | Rich Felker | 2019-08-05 | 8 | -44/+14 |
* | add riscv64 architecture support | Rich Felker | 2019-06-14 | 12 | -0/+180 |
* | math: new pow | Szabolcs Nagy | 2019-04-17 | 3 | -303/+520 |
* | math: new exp and exp2 | Szabolcs Nagy | 2019-04-17 | 4 | -480/+434 |
* | math: new log2 | Szabolcs Nagy | 2019-04-17 | 3 | -106/+335 |
* | math: new log | Szabolcs Nagy | 2019-04-17 | 3 | -104/+454 |
* | math: new powf | Szabolcs Nagy | 2019-04-17 | 3 | -240/+226 |
* | math: new exp2f and expf | Szabolcs Nagy | 2019-04-17 | 4 | -179/+177 |
* | math: new log2f | Szabolcs Nagy | 2019-04-17 | 3 | -58/+108 |
* | math: new logf | Szabolcs Nagy | 2019-04-17 | 3 | -54/+109 |
* | math: add double precision error handling functions | Szabolcs Nagy | 2019-04-17 | 5 | -0/+30 |
* | math: add single precision error handling functions | Szabolcs Nagy | 2019-04-17 | 5 | -0/+30 |
* | fix unintended global symbols in atanl.c | Dan Gohman | 2019-04-03 | 1 | -3/+3 |
* | x86_64: add single instruction fma | Szabolcs Nagy | 2018-10-15 | 4 | -0/+92 |
* | arm: add single instruction fma | Szabolcs Nagy | 2018-10-15 | 2 | -0/+30 |
* | powerpc: add single instruction fabs, fabsf, fma, fmaf, sqrt, sqrtf | Szabolcs Nagy | 2018-10-15 | 6 | -0/+90 |
* | s390x: add single instruction fma and fmaf | Szabolcs Nagy | 2018-10-15 | 2 | -0/+14 |
* | reduce spurious inclusion of libc.h | Rich Felker | 2018-09-12 | 9 | -9/+0 |
* | apply hidden visibility to various remaining internal interfaces | Rich Felker | 2018-09-12 | 1 | -0/+2 |
* | apply hidden visibility to internal math functions | Rich Felker | 2018-09-12 | 1 | -2/+2 |
* | move lgamma-related internal declarations to libm.h | Rich Felker | 2018-09-12 | 4 | -12/+3 |
* | add support for m68k 80-bit long double variant | Rich Felker | 2018-06-14 | 1 | -2/+10 |
* | fix fmaf wrong result | Szabolcs Nagy | 2018-04-02 | 1 | -1/+1 |
* | math: rewrite fma with mostly int arithmetics | Szabolcs Nagy | 2017-10-13 | 1 | -431/+154 |
* | powerpc64: add single-instruction math functions | Rich Felker | 2017-06-23 | 22 | -0/+290 |
* | s390x: add single-instruction math functions | Rich Felker | 2017-06-23 | 24 | -0/+360 |
* | fix scalbn when result is in the subnormal range | Szabolcs Nagy | 2017-04-21 | 3 | -12/+14 |
* | aarch64: add single instruction math functions | Szabolcs Nagy | 2017-03-21 | 34 | -24/+226 |
* | fix threshold constants in j0f, y0f, j1f, y1f | Szabolcs Nagy | 2017-03-15 | 2 | -13/+12 |
* | math: fix pow signed shift ub | Szabolcs Nagy | 2016-10-20 | 1 | -2/+2 |
* | math: fix 128bit long double inverse trigonometric functions | Szabolcs Nagy | 2016-08-30 | 1 | -1/+1 |
* | math: fix expf(-NAN) and exp2f(-NAN) to return -NAN instead of 0 | Szabolcs Nagy | 2016-03-04 | 2 | -0/+4 |
* | work around regression building for armhf with clang (compiler bug) | Rich Felker | 2016-02-19 | 2 | -2/+2 |
* | improve macro logic for enabling arm math asm | Rich Felker | 2016-02-18 | 2 | -2/+2 |
* | replace armhf math asm source files with inline asm | Rich Felker | 2016-01-20 | 16 | -40/+60 |
* | math: explicitly promote expressions to excess-precision types | Rich Felker | 2015-11-21 | 3 | -4/+4 |
* | explicitly assemble all arm asm sources as UAL | Rich Felker | 2015-11-10 | 4 | -0/+4 |
* | declare fpu usage to the assembler in arm hard-float asm files | Szabolcs Nagy | 2015-10-19 | 4 | -0/+4 |
* | fix regression in x86_64 math asm with old binutils | Rich Felker | 2015-04-23 | 2 | -6/+6 |
* | remove potentially PIC-incompatible relocations from x86_64 and x32 asm | Rich Felker | 2015-04-18 | 2 | -2/+2 |
* | remove the last of possible-textrels from i386 asm | Rich Felker | 2015-04-18 | 2 | -1/+5 |
* | math: fix pow(+-0,-inf) not to raise divbyzero flag | Szabolcs Nagy | 2015-04-18 | 3 | -3/+3 |
* | add aarch64 port | Szabolcs Nagy | 2015-03-11 | 4 | -0/+24 |
* | math: add dummy implementations of 128 bit long double functions | Szabolcs Nagy | 2015-03-11 | 16 | -4/+97 |
* | math: add ld128 exp2l based on the freebsd implementation | Szabolcs Nagy | 2015-03-11 | 1 | -1/+366 |