projects
/
oweals
/
musl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
math: fix pow signed shift ub
[oweals/musl.git]
/
src
/
math
/
i386
/
2015-04-19
Rich Felker
remove the last of possible-textrels from i386 asm
tree
|
commitdiff
2014-11-05
Szabolcs Nagy
math: use fnstsw consistently instead of fstsw in x87 asm
tree
|
commitdiff
2014-01-08
Szabolcs Nagy
math: add drem and dremf weak aliases to i386 remainder asm
tree
|
commitdiff
2013-09-05
Szabolcs Nagy
math: fix exp2l asm on x86 (raise underflow correctly)
tree
|
commitdiff
2013-08-15
Szabolcs Nagy
math: fix i386 atan2.s to raise underflow for subnormal...
tree
|
commitdiff
2013-08-15
Szabolcs Nagy
math: fix x86 asin, atan, exp, log1p to raise underflow
tree
|
commitdiff
2013-08-15
Szabolcs Nagy
math: fix x86 expl.s to raise underflow and clean up...
tree
|
commitdiff
2012-12-16
Szabolcs Nagy
math: x86_64 version of expl, fixed some comments in...
tree
|
commitdiff
2012-12-15
Rich Felker
Merge remote-tracking branch 'nsz/math'
tree
|
commitdiff
2012-12-14
Szabolcs Nagy
math: fix i386/expl.s with more precise x*log2e
tree
|
commitdiff
2012-12-11
Szabolcs Nagy
math: add empty __invtrigl.s to i386 and x86_64
tree
|
commitdiff
2012-08-14
Rich Felker
Merge remote-tracking branch 'nsz/bsd'
tree
|
commitdiff
2012-08-14
Rich Felker
Merge remote-tracking branch 'nsz/exp'
tree
|
commitdiff
2012-08-08
nsz
math: fix exp.s on i386 and x86_64 so the exception...
tree
|
commitdiff
2012-05-07
Rich Felker
some assemblers don't like fistpq; use the alt. mnemoni...
tree
|
commitdiff
2012-05-05
Rich Felker
Merge remote-tracking branch 'nsz/master'
tree
|
commitdiff
2012-05-04
nsz
math: change the formula used for acos.s
tree
|
commitdiff
2012-04-11
Rich Felker
Merge remote branch 'nsz/master'
tree
|
commitdiff
2012-04-04
nsz
math: fix x86 asin accuracy
tree
|
commitdiff
2012-03-29
nsz
math: remove x86 modf asm
tree
|
commitdiff
2012-03-27
nsz
math: fix typo in i386 remquof and remquol asm
tree
|
commitdiff
2012-03-25
Rich Felker
Merge remote branch 'nsz/master'
tree
|
commitdiff
2012-03-23
nsz
Merge branch 'master' of git://git.etalabs.net/musl
tree
|
commitdiff
2012-03-23
Rich Felker
asm for hypot and hypotf
tree
|
commitdiff
2012-03-22
nsz
acos.s fix: use the formula acos(x) = atan2(sqrt(1...
tree
|
commitdiff
2012-03-20
nsz
Merge branch 'master' of git://git.etalabs.net/musl
tree
|
commitdiff
2012-03-20
Rich Felker
optimize scalbn family
tree
|
commitdiff
2012-03-20
Rich Felker
remquo asm: return quotient mod 8, as intended by the...
tree
|
commitdiff
2012-03-20
nsz
Merge branch 'master' of git://git.etalabs.net/musl
tree
|
commitdiff
2012-03-20
Rich Felker
use alternate formula for acos asm to avoid loss of...
tree
|
commitdiff
2012-03-20
nsz
Merge branch 'master' of git://git.etalabs.net/musl
tree
|
commitdiff
2012-03-20
Rich Felker
Merge remote branch 'nsz/master'
tree
|
commitdiff
2012-03-20
Rich Felker
fix exp asm
tree
|
commitdiff
2012-03-19
nsz
Merge branch 'master' of git://git.etalabs.net/musl
tree
|
commitdiff
2012-03-19
Rich Felker
Merge remote branch 'nsz/master'
tree
|
commitdiff
2012-03-19
Rich Felker
bug fix: wrong opcode for writing long long
tree
|
commitdiff
2012-03-19
Rich Felker
asm for log1p
tree
|
commitdiff
2012-03-19
Rich Felker
asm for log2
tree
|
commitdiff
2012-03-19
Rich Felker
asm for remquo
tree
|
commitdiff
2012-03-19
Rich Felker
optimize exponential asm for i386
tree
|
commitdiff
2012-03-19
Rich Felker
Merge remote branch 'nsz/master'
tree
|
commitdiff
2012-03-19
Rich Felker
fix broken modf family functions
tree
|
commitdiff
2012-03-19
Rich Felker
asm for modf functions
tree
|
commitdiff
2012-03-19
nsz
Merge branch 'master' of git://git.etalabs.net/musl
tree
|
commitdiff
2012-03-19
Rich Felker
asm for floor/ceil/trunc
tree
|
commitdiff
2012-03-19
nsz
Merge branch 'master' of git://git.etalabs.net/musl
tree
|
commitdiff
2012-03-19
Rich Felker
asm for scalbn family
tree
|
commitdiff
2012-03-19
Rich Felker
asm for inverse trig functions
tree
|
commitdiff
2012-03-19
nsz
Merge branch 'master' of git://git.etalabs.net/musl
tree
|
commitdiff
2012-03-19
Rich Felker
asm for log functions
tree
|
commitdiff
2012-03-19
Rich Felker
fix broken exponential asm
tree
|
commitdiff
2012-03-19
Rich Felker
asm for lrint family on i386
tree
|
commitdiff
2012-03-19
nsz
Merge branch 'master' of git://git.etalabs.net/musl
tree
|
commitdiff
2012-03-19
Rich Felker
asm exponential functions for i386
tree
|
commitdiff
2012-03-18
Rich Felker
assembly optimizations for fmod/remainder functions
tree
|
commitdiff
2012-03-18
Rich Felker
asm versions of some simple math functions for i386...
tree
|
commitdiff
2012-03-17
Rich Felker
Merge remote branch 'nsz/master'
tree
|
commitdiff
2012-03-15
Rich Felker
remove special nan handling from x86 sqrt asm
tree
|
commitdiff
2012-03-15
Rich Felker
simplify nan check in sqrt (x86 asm); result of sqrt...
tree
|
commitdiff
2012-03-15
Rich Felker
avoid changing NaNs in sqrt (x86 asm) to satisfy c99...
tree
|
commitdiff
2012-03-15
Rich Felker
correctly rounded sqrt() asm for x86 (i387)
tree
|
commitdiff
2012-03-14
Rich Felker
correct rounding for i387 sqrtf function
tree
|
commitdiff
2012-03-13
Rich Felker
first commit of the new libm!
tree
|
commitdiff
2011-06-26
Rich Felker
use .type directives for math asm (needed for dynamic...
tree
|
commitdiff
2011-02-12
Rich Felker
initial check-in, version 0.5.0
v0.5.0
tree
|
commitdiff