index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
math
Age
Commit message (
Expand
)
Author
Lines
2024-02-03
sqrtl: fix invalid use of a non-constant-expression as static initializer
Rich Felker
-2
/
+2
2023-08-19
math: fix ld80 powl(x,huge) and powl(LDBL_MAX,small)
Szabolcs Nagy
-13
/
+21
2023-08-19
math: fix ld80 acoshl(x) for x < 0
Szabolcs Nagy
-3
/
+7
2023-02-12
math: fix undefined shift in logf
Szabolcs Nagy
-1
/
+1
2021-09-23
add SPE FPU support to powerpc-sf
Rich Felker
-4
/
+4
2021-07-06
math: fix fmaf not to depend on FE_TOWARDZERO
Szabolcs Nagy
-11
/
+10
2021-02-10
math: fix expm1f overflow threshold
Szabolcs Nagy
-2
/
+1
2021-02-10
math: fix acoshf for negative inputs
Szabolcs Nagy
-4
/
+4
2020-11-29
arm fabs and sqrt: support single-precision-only fpu variants
Jinliang Li
-2
/
+2
2020-08-05
math: new software sqrtl
Szabolcs Nagy
-1
/
+253
2020-08-05
math: add __math_invalidl
Szabolcs Nagy
-0
/
+9
2020-08-05
math: new software sqrtf
Szabolcs Nagy
-70
/
+70
2020-08-05
math: new software sqrt
Szabolcs Nagy
-173
/
+179
2020-08-02
add m68k sqrtl using native instruction
Rich Felker
-0
/
+15
2020-03-24
math: add x86_64 remquol
Alexander Monakov
-0
/
+32
2020-03-24
math: move x87-family fmod functions to C with inline asm
Alexander Monakov
-44
/
+38
2020-03-24
math: move x87-family remainder functions to C with inline asm
Alexander Monakov
-50
/
+42
2020-03-24
math: move x87-family rint functions to C with inline asm
Alexander Monakov
-24
/
+28
2020-03-24
math: move x87-family lrint functions to C with inline asm
Alexander Monakov
-60
/
+64
2020-03-24
math: move x86_64 (l)lrint(f) functions to C with inline asm
Alexander Monakov
-20
/
+32
2020-03-24
math: move i386 sqrt to C with inline asm
Alexander Monakov
-21
/
+15
2020-03-24
math: move i386 sqrtf to C with inline asm
Alexander Monakov
-7
/
+12
2020-03-24
math: move trivial x86-family sqrt functions to C with inline asm
Alexander Monakov
-18
/
+28
2020-03-24
math: move x87-family fabs functions to C with inline asm
Alexander Monakov
-24
/
+28
2020-03-24
math: move x86_64 fabs, fabsf to C with inline asm
Alexander Monakov
-16
/
+20
2020-02-21
math: fix sinh overflows in non-nearest rounding
Szabolcs Nagy
-8
/
+10
2020-02-21
math: fix __rem_pio2 in non-nearest rounding modes
Szabolcs Nagy
-3
/
+41
2020-02-06
remove i386 asm for single and double precision exp-family functions
Rich Felker
-62
/
+3
2020-02-06
rename i386 exp.s to exp_ld.s
Rich Felker
-0
/
+1
2020-02-06
fix excess precision in return value of i386 log-family functions
Rich Felker
-0
/
+20
2020-02-06
fix excess precision in return value of i386 acos[f] and asin[f]
Rich Felker
-42
/
+75
2020-02-06
fix excess precision in return value of i386 atan[2][f]
Rich Felker
-2
/
+8
2020-01-27
math/x32: correct lrintl.s for 32-bit long
Alexander Monakov
-2
/
+2
2019-11-05
ppc: add configure check for older compilers erroring on 'd' constraint
rofl0r
-2
/
+2
2019-10-14
mips: add single-instruction math functions
info@mobile-stream.com
-0
/
+64
2019-10-13
math: fix signed int left shift ub in sqrt
Szabolcs Nagy
-4
/
+2
2019-09-27
math: optimize lrint on 32bit targets
Szabolcs Nagy
-1
/
+27
2019-08-05
fix build regression in i386 asm for atan2, atan2f
Rich Felker
-2
/
+2
2019-08-05
fix x87 stack imbalance in corner cases of i386 math asm
Rich Felker
-44
/
+14
2019-06-14
add riscv64 architecture support
Rich Felker
-0
/
+180
2019-04-17
math: new pow
Szabolcs Nagy
-303
/
+520
2019-04-17
math: new exp and exp2
Szabolcs Nagy
-480
/
+434
2019-04-17
math: new log2
Szabolcs Nagy
-106
/
+335
2019-04-17
math: new log
Szabolcs Nagy
-104
/
+454
2019-04-17
math: new powf
Szabolcs Nagy
-240
/
+226
2019-04-17
math: new exp2f and expf
Szabolcs Nagy
-179
/
+177
2019-04-17
math: new log2f
Szabolcs Nagy
-58
/
+108
2019-04-17
math: new logf
Szabolcs Nagy
-54
/
+109
2019-04-17
math: add double precision error handling functions
Szabolcs Nagy
-0
/
+30
2019-04-17
math: add single precision error handling functions
Szabolcs Nagy
-0
/
+30
[next]