about summary refs log tree commit diff
path: root/src/math
Commit message (Expand)AuthorAgeFilesLines
* 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
* apply hidden visibility to various remaining internal interfacesRich Felker2018-09-121-0/+2
* apply hidden visibility to internal math functionsRich Felker2018-09-121-2/+2
* move lgamma-related internal declarations to libm.hRich Felker2018-09-124-12/+3
* add support for m68k 80-bit long double variantRich Felker2018-06-141-2/+10
* fix fmaf wrong resultSzabolcs Nagy2018-04-021-1/+1
* math: rewrite fma with mostly int arithmeticsSzabolcs Nagy2017-10-131-431/+154
* powerpc64: add single-instruction math functionsRich Felker2017-06-2322-0/+290
* s390x: add single-instruction math functionsRich Felker2017-06-2324-0/+360
* fix scalbn when result is in the subnormal rangeSzabolcs Nagy2017-04-213-12/+14
* aarch64: add single instruction math functionsSzabolcs Nagy2017-03-2134-24/+226
* fix threshold constants in j0f, y0f, j1f, y1fSzabolcs Nagy2017-03-152-13/+12
* math: fix pow signed shift ubSzabolcs Nagy2016-10-201-2/+2
* math: fix 128bit long double inverse trigonometric functionsSzabolcs Nagy2016-08-301-1/+1
* math: fix expf(-NAN) and exp2f(-NAN) to return -NAN instead of 0Szabolcs Nagy2016-03-042-0/+4
* work around regression building for armhf with clang (compiler bug)Rich Felker2016-02-192-2/+2
* improve macro logic for enabling arm math asmRich Felker2016-02-182-2/+2
* replace armhf math asm source files with inline asmRich Felker2016-01-2016-40/+60
* math: explicitly promote expressions to excess-precision typesRich Felker2015-11-213-4/+4
* explicitly assemble all arm asm sources as UALRich Felker2015-11-104-0/+4
* declare fpu usage to the assembler in arm hard-float asm filesSzabolcs Nagy2015-10-194-0/+4
* fix regression in x86_64 math asm with old binutilsRich Felker2015-04-232-6/+6