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
/
i386
Age
Commit message (
Expand
)
Author
Lines
2015-04-18
remove the last of possible-textrels from i386 asm
Rich Felker
-1
/
+5
2014-11-05
math: use fnstsw consistently instead of fstsw in x87 asm
Szabolcs Nagy
-7
/
+7
2014-01-08
math: add drem and dremf weak aliases to i386 remainder asm
Szabolcs Nagy
-0
/
+6
2013-09-05
math: fix exp2l asm on x86 (raise underflow correctly)
Szabolcs Nagy
-32
/
+38
2013-08-15
math: fix i386 atan2.s to raise underflow for subnormal results
Szabolcs Nagy
-2
/
+24
2013-08-15
math: fix x86 asin, atan, exp, log1p to raise underflow
Szabolcs Nagy
-3
/
+98
2013-08-15
math: fix x86 expl.s to raise underflow and clean up special case handling
Szabolcs Nagy
-23
/
+16
2012-12-16
math: x86_64 version of expl, fixed some comments in the i386 version
Szabolcs Nagy
-4
/
+4
2012-12-14
math: fix i386/expl.s with more precise x*log2e
Szabolcs Nagy
-7
/
+107
2012-12-12
math: add empty __invtrigl.s to i386 and x86_64
Szabolcs Nagy
-0
/
+0
2012-08-08
math: fix exp.s on i386 and x86_64 so the exception flags are correct
nsz
-21
/
+18
2012-05-07
some assemblers don't like fistpq; use the alt. mnemonic fistpll
Rich Felker
-3
/
+3
2012-05-05
math: change the formula used for acos.s
nsz
-10
/
+8
2012-04-04
math: fix x86 asin accuracy
nsz
-2
/
+3
2012-03-29
math: remove x86 modf asm
nsz
-84
/
+0
2012-03-27
math: fix typo in i386 remquof and remquol asm
nsz
-5
/
+5
2012-03-23
asm for hypot and hypotf
Rich Felker
-0
/
+87
2012-03-22
acos.s fix: use the formula acos(x) = atan2(sqrt(1-x),sqrt(1+x))
nsz
-3
/
+1
2012-03-20
optimize scalbn family
Rich Felker
-7
/
+46
2012-03-19
remquo asm: return quotient mod 8, as intended by the spec
Rich Felker
-17
/
+26
2012-03-19
use alternate formula for acos asm to avoid loss of precision
Rich Felker
-3
/
+11
2012-03-19
fix exp asm
Rich Felker
-23
/
+22
2012-03-19
bug fix: wrong opcode for writing long long
Rich Felker
-2
/
+2
2012-03-19
asm for log1p
Rich Felker
-0
/
+45
2012-03-19
asm for log2
Rich Felker
-0
/
+21
2012-03-19
asm for remquo
Rich Felker
-0
/
+43
2012-03-19
optimize exponential asm for i386
Rich Felker
-58
/
+77
2012-03-19
fix broken modf family functions
Rich Felker
-27
/
+66
2012-03-19
asm for modf functions
Rich Felker
-0
/
+45
2012-03-19
asm for floor/ceil/trunc
Rich Felker
-0
/
+75
2012-03-19
asm for scalbn family
Rich Felker
-0
/
+64
2012-03-19
asm for inverse trig functions
Rich Felker
-0
/
+93
2012-03-18
asm for log functions
Rich Felker
-0
/
+42
2012-03-18
fix broken exponential asm
Rich Felker
-1
/
+21
2012-03-18
asm for lrint family on i386
Rich Felker
-0
/
+46
2012-03-18
asm exponential functions for i386
Rich Felker
-0
/
+89
2012-03-18
assembly optimizations for fmod/remainder functions
Rich Felker
-0
/
+66
2012-03-18
asm versions of some simple math functions for i386 and x86_64
Rich Felker
-0
/
+36
2012-03-15
remove special nan handling from x86 sqrt asm
Rich Felker
-3
/
+0
2012-03-15
simplify nan check in sqrt (x86 asm); result of sqrt is never negative
Rich Felker
-4
/
+3
2012-03-15
avoid changing NaNs in sqrt (x86 asm) to satisfy c99 f.9 recommendation
Rich Felker
-0
/
+4
2012-03-15
correctly rounded sqrt() asm for x86 (i387)
Rich Felker
-0
/
+16
2012-03-13
correct rounding for i387 sqrtf function
Rich Felker
-0
/
+2
2012-03-13
first commit of the new libm!
Rich Felker
-179
/
+5
2011-06-26
use .type directives for math asm (needed for dynamic linking to work)
Rich Felker
-0
/
+26
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+163