index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
math
Commit message (
Expand
)
Author
Age
Files
Lines
*
math: new software sqrtl
Szabolcs Nagy
2020-08-05
1
-1
/
+253
*
math: add __math_invalidl
Szabolcs Nagy
2020-08-05
1
-0
/
+9
*
math: new software sqrtf
Szabolcs Nagy
2020-08-05
1
-70
/
+70
*
math: new software sqrt
Szabolcs Nagy
2020-08-05
3
-173
/
+179
*
add m68k sqrtl using native instruction
Rich Felker
2020-08-02
1
-0
/
+15
*
math: add x86_64 remquol
Alexander Monakov
2020-03-24
1
-0
/
+32
*
math: move x87-family fmod functions to C with inline asm
Alexander Monakov
2020-03-24
8
-44
/
+38
*
math: move x87-family remainder functions to C with inline asm
Alexander Monakov
2020-03-24
8
-50
/
+42
*
math: move x87-family rint functions to C with inline asm
Alexander Monakov
2020-03-24
8
-24
/
+28
*
math: move x87-family lrint functions to C with inline asm
Alexander Monakov
2020-03-24
16
-60
/
+64
*
math: move x86_64 (l)lrint(f) functions to C with inline asm
Alexander Monakov
2020-03-24
8
-20
/
+32
*
math: move i386 sqrt to C with inline asm
Alexander Monakov
2020-03-24
2
-21
/
+15
*
math: move i386 sqrtf to C with inline asm
Alexander Monakov
2020-03-24
2
-7
/
+12
*
math: move trivial x86-family sqrt functions to C with inline asm
Alexander Monakov
2020-03-24
8
-18
/
+28
*
math: move x87-family fabs functions to C with inline asm
Alexander Monakov
2020-03-24
8
-24
/
+28
*
math: move x86_64 fabs, fabsf to C with inline asm
Alexander Monakov
2020-03-24
4
-16
/
+20
*
math: fix sinh overflows in non-nearest rounding
Szabolcs Nagy
2020-02-21
6
-8
/
+10
*
math: fix __rem_pio2 in non-nearest rounding modes
Szabolcs Nagy
2020-02-21
3
-3
/
+41
*
remove i386 asm for single and double precision exp-family functions
Rich Felker
2020-02-06
9
-62
/
+3
*
rename i386 exp.s to exp_ld.s
Rich Felker
2020-02-06
2
-0
/
+1
*
fix excess precision in return value of i386 log-family functions
Rich Felker
2020-02-06
8
-0
/
+20
*
fix excess precision in return value of i386 acos[f] and asin[f]
Rich Felker
2020-02-06
6
-42
/
+75
*
fix excess precision in return value of i386 atan[2][f]
Rich Felker
2020-02-06
4
-2
/
+8
*
math/x32: correct lrintl.s for 32-bit long
Alexander Monakov
2020-01-27
1
-2
/
+2
*
ppc: add configure check for older compilers erroring on 'd' constraint
rofl0r
2019-11-05
2
-2
/
+2
*
mips: add single-instruction math functions
info@mobile-stream.com
2019-10-14
4
-0
/
+64
*
math: fix signed int left shift ub in sqrt
Szabolcs Nagy
2019-10-13
2
-4
/
+2
*
math: optimize lrint on 32bit targets
Szabolcs Nagy
2019-09-27
1
-1
/
+27
*
fix build regression in i386 asm for atan2, atan2f
Rich Felker
2019-08-05
2
-2
/
+2
*
fix x87 stack imbalance in corner cases of i386 math asm
Rich Felker
2019-08-05
8
-44
/
+14
*
add riscv64 architecture support
Rich Felker
2019-06-14
12
-0
/
+180
*
math: new pow
Szabolcs Nagy
2019-04-17
3
-303
/
+520
*
math: new exp and exp2
Szabolcs Nagy
2019-04-17
4
-480
/
+434
*
math: new log2
Szabolcs Nagy
2019-04-17
3
-106
/
+335
*
math: new log
Szabolcs Nagy
2019-04-17
3
-104
/
+454
*
math: new powf
Szabolcs Nagy
2019-04-17
3
-240
/
+226
*
math: new exp2f and expf
Szabolcs Nagy
2019-04-17
4
-179
/
+177
*
math: new log2f
Szabolcs Nagy
2019-04-17
3
-58
/
+108
*
math: new logf
Szabolcs Nagy
2019-04-17
3
-54
/
+109
*
math: add double precision error handling functions
Szabolcs Nagy
2019-04-17
5
-0
/
+30
*
math: add single precision error handling functions
Szabolcs Nagy
2019-04-17
5
-0
/
+30
*
fix unintended global symbols in atanl.c
Dan Gohman
2019-04-03
1
-3
/
+3
*
x86_64: add single instruction fma
Szabolcs Nagy
2018-10-15
4
-0
/
+92
*
arm: add single instruction fma
Szabolcs Nagy
2018-10-15
2
-0
/
+30
*
powerpc: add single instruction fabs, fabsf, fma, fmaf, sqrt, sqrtf
Szabolcs Nagy
2018-10-15
6
-0
/
+90
*
s390x: add single instruction fma and fmaf
Szabolcs Nagy
2018-10-15
2
-0
/
+14
*
reduce spurious inclusion of libc.h
Rich Felker
2018-09-12
9
-9
/
+0
*
apply hidden visibility to various remaining internal interfaces
Rich Felker
2018-09-12
1
-0
/
+2
*
apply hidden visibility to internal math functions
Rich Felker
2018-09-12
1
-2
/
+2
*
move lgamma-related internal declarations to libm.h
Rich Felker
2018-09-12
4
-12
/
+3
[next]