about summary refs log tree commit diff
path: root/src/math
Commit message (Expand)AuthorAgeFilesLines
* math: fix expm1f overflow thresholdSzabolcs Nagy2021-02-101-2/+1
* math: fix acoshf for negative inputsSzabolcs Nagy2021-02-101-4/+4
* arm fabs and sqrt: support single-precision-only fpu variantsJinliang Li2020-11-292-2/+2
* math: new software sqrtlSzabolcs Nagy2020-08-051-1/+253
* math: add __math_invalidlSzabolcs Nagy2020-08-051-0/+9
* math: new software sqrtfSzabolcs Nagy2020-08-051-70/+70
* math: new software sqrtSzabolcs Nagy2020-08-053-173/+179
* add m68k sqrtl using native instructionRich Felker2020-08-021-0/+15
* math: add x86_64 remquolAlexander Monakov2020-03-241-0/+32
* math: move x87-family fmod functions to C with inline asmAlexander Monakov2020-03-248-44/+38
* math: move x87-family remainder functions to C with inline asmAlexander Monakov2020-03-248-50/+42
* math: move x87-family rint functions to C with inline asmAlexander Monakov2020-03-248-24/+28
* math: move x87-family lrint functions to C with inline asmAlexander Monakov2020-03-2416-60/+64
* math: move x86_64 (l)lrint(f) functions to C with inline asmAlexander Monakov2020-03-248-20/+32
* math: move i386 sqrt to C with inline asmAlexander Monakov2020-03-242-21/+15
* math: move i386 sqrtf to C with inline asmAlexander Monakov2020-03-242-7/+12
* math: move trivial x86-family sqrt functions to C with inline asmAlexander Monakov2020-03-248-18/+28
* math: move x87-family fabs functions to C with inline asmAlexander Monakov2020-03-248-24/+28
* math: move x86_64 fabs, fabsf to C with inline asmAlexander Monakov2020-03-244-16/+20
* math: fix sinh overflows in non-nearest roundingSzabolcs Nagy2020-02-216-8/+10
* math: fix __rem_pio2 in non-nearest rounding modesSzabolcs Nagy2020-02-213-3/+41
* remove i386 asm for single and double precision exp-family functionsRich Felker2020-02-069-62/+3
* rename i386 exp.s to exp_ld.sRich Felker2020-02-062-0/+1
* fix excess precision in return value of i386 log-family functionsRich Felker2020-02-068-0/+20
* fix excess precision in return value of i386 acos[f] and asin[f]Rich Felker2020-02-066-42/+75
* fix excess precision in return value of i386 atan[2][f]Rich Felker2020-02-064-2/+8
* math/x32: correct lrintl.s for 32-bit longAlexander Monakov2020-01-271-2/+2
* ppc: add configure check for older compilers erroring on 'd' constraintrofl0r2019-11-052-2/+2
* mips: add single-instruction math functionsinfo@mobile-stream.com2019-10-144-0/+64
* math: fix signed int left shift ub in sqrtSzabolcs Nagy2019-10-132-4/+2
* math: optimize lrint on 32bit targetsSzabolcs Nagy2019-09-271-1/+27
* fix build regression in i386 asm for atan2, atan2fRich Felker2019-08-052-2/+2
* fix x87 stack imbalance in corner cases of i386 math asmRich Felker2019-08-058-44/+14
* add riscv64 architecture supportRich Felker2019-06-1412-0/+180
* math: new powSzabolcs Nagy2019-04-173-303/+520
* math: new exp and exp2Szabolcs Nagy2019-04-174-480/+434
* math: new log2Szabolcs Nagy2019-04-173-106/+335
* math: new logSzabolcs Nagy2019-04-173-104/+454
* math: new powfSzabolcs Nagy2019-04-173-240/+226
* math: new exp2f and expfSzabolcs Nagy2019-04-174-179/+177
* math: new log2fSzabolcs Nagy2019-04-173-58/+108
* math: new logfSzabolcs Nagy2019-04-173-54/+109
* math: add double precision error handling functionsSzabolcs Nagy2019-04-175-0/+30
* math: add single precision error handling functionsSzabolcs Nagy2019-04-175-0/+30
* fix unintended global symbols in atanl.cDan Gohman2019-04-031-3/+3
* x86_64: add single instruction fmaSzabolcs Nagy2018-10-154-0/+92
* arm: add single instruction fmaSzabolcs Nagy2018-10-152-0/+30
* powerpc: add single instruction fabs, fabsf, fma, fmaf, sqrt, sqrtfSzabolcs Nagy2018-10-156-0/+90
* s390x: add single instruction fma and fmafSzabolcs Nagy2018-10-152-0/+14
* reduce spurious inclusion of libc.hRich Felker2018-09-129-9/+0