summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2020-02-06remove i386 asm for single and double precision exp-family functionsRich Felker-62/+3
2020-02-06rename i386 exp.s to exp_ld.sRich Felker-0/+1
2020-02-06fix excess precision in return value of i386 log-family functionsRich Felker-0/+20
2020-02-06fix excess precision in return value of i386 acos[f] and asin[f]Rich Felker-42/+75
2020-02-06fix excess precision in return value of i386 atan[2][f]Rich Felker-2/+8
2020-02-05remove legacy time32 timer[fd] syscalls from public syscall.hRich Felker-36/+52
2020-02-05remove further legacy time32 clock syscalls from public syscall.hRich Felker-36/+52
2020-02-05fix incorrect results for catanf and catanl with some inputsRich Felker-26/+2
2020-02-04move riscv64 register index constants to signal.hRich Felker-6/+9
2020-01-30remove legacy clock_gettime and gettimeofday from public syscall.hRich Felker-18/+25