293 Commits (c4d4028dde90562f631edf559fbc42d8ec1b29de)

Author SHA1 Message Date
Rich Felker 7be59733d7 add SPE FPU support to powerpc-sf 5 years ago
Szabolcs Nagy 4f3d346bff math: fix fmaf not to depend on FE_TOWARDZERO 5 years ago
Szabolcs Nagy 964104f9f0 math: fix expm1f overflow threshold 5 years ago
Szabolcs Nagy c4c38e6364 math: fix acoshf for negative inputs 5 years ago
Jinliang Li 6e98924890 arm fabs and sqrt: support single-precision-only fpu variants 6 years ago
Szabolcs Nagy 933f8e72eb math: new software sqrtl 6 years ago
Szabolcs Nagy 4f893997e4 math: add __math_invalidl 6 years ago
Szabolcs Nagy b1756ec884 math: new software sqrtf 6 years ago
Szabolcs Nagy 97e9b73d59 math: new software sqrt 6 years ago
Rich Felker 845e4f6692 add m68k sqrtl using native instruction 6 years ago
Alexander Monakov 19f870c3a6 math: add x86_64 remquol 6 years ago
Alexander Monakov bc87299ce7 math: move x87-family fmod functions to C with inline asm 6 years ago
Alexander Monakov b173e4262f math: move x87-family remainder functions to C with inline asm 6 years ago
Alexander Monakov 51f4f8c512 math: move x87-family rint functions to C with inline asm 6 years ago
Alexander Monakov 9443f1b5cf math: move x87-family lrint functions to C with inline asm 6 years ago
Alexander Monakov 6bbdbfdcde math: move x86_64 (l)lrint(f) functions to C with inline asm 6 years ago
Alexander Monakov acfe6d033e math: move i386 sqrt to C with inline asm 6 years ago
Alexander Monakov 29adaeb2c0 math: move i386 sqrtf to C with inline asm 6 years ago
Alexander Monakov 41b290ba39 math: move trivial x86-family sqrt functions to C with inline asm 6 years ago
Alexander Monakov c24a992386 math: move x87-family fabs functions to C with inline asm 6 years ago
Alexander Monakov 87026f6843 math: move x86_64 fabs, fabsf to C with inline asm 6 years ago
Szabolcs Nagy d20558148d math: fix sinh overflows in non-nearest rounding 6 years ago
Szabolcs Nagy b3797d3b2e math: fix __rem_pio2 in non-nearest rounding modes 6 years ago
Rich Felker a662220df5 remove i386 asm for single and double precision exp-family functions 6 years ago
Rich Felker 2f0c31c027 rename i386 exp.s to exp_ld.s 6 years ago
Rich Felker ab9e20905d fix excess precision in return value of i386 log-family functions 6 years ago
Rich Felker 141c8d4ccb fix excess precision in return value of i386 acos[f] and asin[f] 6 years ago
Rich Felker 1c9afd6905 fix excess precision in return value of i386 atan[2][f] 6 years ago
Alexander Monakov ff5b8ad386 math/x32: correct lrintl.s for 32-bit long 6 years ago
rofl0r 66d1e31292 ppc: add configure check for older compilers erroring on 'd' constraint 7 years ago
info@mobile-stream.com 1c9d2cba11 mips: add single-instruction math functions 7 years ago
Szabolcs Nagy e858063070 math: fix signed int left shift ub in sqrt 7 years ago
Szabolcs Nagy ca57795113 math: optimize lrint on 32bit targets 7 years ago
Rich Felker 6818c31c9b fix build regression in i386 asm for atan2, atan2f 7 years ago
Rich Felker f3ed8bfe8a fix x87 stack imbalance in corner cases of i386 math asm 7 years ago
Rich Felker 0a48860c27 add riscv64 architecture support 7 years ago
Szabolcs Nagy e4dd65305a math: new pow 8 years ago
Szabolcs Nagy e16f7b3c02 math: new exp and exp2 8 years ago
Szabolcs Nagy 2a3210cf4a math: new log2 8 years ago
Szabolcs Nagy 236cd056e8 math: new log 8 years ago
Szabolcs Nagy d28cd0ad42 math: new powf 9 years ago
Szabolcs Nagy 3f94c648ef math: new exp2f and expf 9 years ago
Szabolcs Nagy 098868b338 math: new log2f 9 years ago
Szabolcs Nagy db505b794c math: new logf 9 years ago
Szabolcs Nagy 4f8acf953c math: add double precision error handling functions 8 years ago
Szabolcs Nagy 9ef6ca4235 math: add single precision error handling functions 9 years ago
Dan Gohman 8186880393 fix unintended global symbols in atanl.c 7 years ago
Szabolcs Nagy e901613888 x86_64: add single instruction fma 8 years ago
Szabolcs Nagy 7396ef0a05 arm: add single instruction fma 8 years ago
Szabolcs Nagy 7c5f3bb955 powerpc: add single instruction fabs, fabsf, fma, fmaf, sqrt, sqrtf 8 years ago