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
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
math: move x87-family fmod functions to C with inline asm
Alexander Monakov
2020-03-24
6
-33
/
+29
*
math: move x87-family remainder functions to C with inline asm
Alexander Monakov
2020-03-24
6
-39
/
+33
*
math: move x87-family rint functions to C with inline asm
Alexander Monakov
2020-03-24
6
-18
/
+21
*
math: move x87-family lrint functions to C with inline asm
Alexander Monakov
2020-03-24
12
-46
/
+48
*
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
2
-5
/
+7
*
math: move x87-family fabs functions to C with inline asm
Alexander Monakov
2020-03-24
6
-18
/
+21
*
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
*
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
*
remove the last of possible-textrels from i386 asm
Rich Felker
2015-04-18
2
-1
/
+5
*
math: use fnstsw consistently instead of fstsw in x87 asm
Szabolcs Nagy
2014-11-05
7
-7
/
+7
*
math: add drem and dremf weak aliases to i386 remainder asm
Szabolcs Nagy
2014-01-08
2
-0
/
+6
*
math: fix exp2l asm on x86 (raise underflow correctly)
Szabolcs Nagy
2013-09-05
1
-32
/
+38
*
math: fix i386 atan2.s to raise underflow for subnormal results
Szabolcs Nagy
2013-08-15
2
-2
/
+24
*
math: fix x86 asin, atan, exp, log1p to raise underflow
Szabolcs Nagy
2013-08-15
6
-3
/
+98
*
math: fix x86 expl.s to raise underflow and clean up special case handling
Szabolcs Nagy
2013-08-15
1
-23
/
+16
*
math: x86_64 version of expl, fixed some comments in the i386 version
Szabolcs Nagy
2012-12-16
3
-4
/
+4
*
math: fix i386/expl.s with more precise x*log2e
Szabolcs Nagy
2012-12-14
2
-7
/
+107
*
math: add empty __invtrigl.s to i386 and x86_64
Szabolcs Nagy
2012-12-12
1
-0
/
+0
*
math: fix exp.s on i386 and x86_64 so the exception flags are correct
nsz
2012-08-08
1
-21
/
+18
*
some assemblers don't like fistpq; use the alt. mnemonic fistpll
Rich Felker
2012-05-07
3
-3
/
+3
*
math: change the formula used for acos.s
nsz
2012-05-05
1
-10
/
+8
*
math: fix x86 asin accuracy
nsz
2012-04-04
1
-2
/
+3
*
math: remove x86 modf asm
nsz
2012-03-29
3
-84
/
+0
*
math: fix typo in i386 remquof and remquol asm
nsz
2012-03-27
1
-5
/
+5
*
asm for hypot and hypotf
Rich Felker
2012-03-23
2
-0
/
+87
*
acos.s fix: use the formula acos(x) = atan2(sqrt(1-x),sqrt(1+x))
nsz
2012-03-22
1
-3
/
+1
*
optimize scalbn family
Rich Felker
2012-03-20
3
-7
/
+46
*
remquo asm: return quotient mod 8, as intended by the spec
Rich Felker
2012-03-19
1
-17
/
+26
*
use alternate formula for acos asm to avoid loss of precision
Rich Felker
2012-03-19
1
-3
/
+11
*
fix exp asm
Rich Felker
2012-03-19
1
-23
/
+22
*
bug fix: wrong opcode for writing long long
Rich Felker
2012-03-19
2
-2
/
+2
*
asm for log1p
Rich Felker
2012-03-19
3
-0
/
+45
*
asm for log2
Rich Felker
2012-03-19
3
-0
/
+21
*
asm for remquo
Rich Felker
2012-03-19
3
-0
/
+43
*
optimize exponential asm for i386
Rich Felker
2012-03-19
2
-58
/
+77
*
fix broken modf family functions
Rich Felker
2012-03-19
3
-27
/
+66
*
asm for modf functions
Rich Felker
2012-03-19
3
-0
/
+45
*
asm for floor/ceil/trunc
Rich Felker
2012-03-19
9
-0
/
+75
*
asm for scalbn family
Rich Felker
2012-03-19
9
-0
/
+64
*
asm for inverse trig functions
Rich Felker
2012-03-19
12
-0
/
+93
*
asm for log functions
Rich Felker
2012-03-18
6
-0
/
+42
*
fix broken exponential asm
Rich Felker
2012-03-18
2
-1
/
+21
*
asm for lrint family on i386
Rich Felker
2012-03-18
6
-0
/
+46
[next]