index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
math
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-13
math: rewrite fma with mostly int arithmetics
Szabolcs Nagy
1
-431
/
+154
2017-06-23
powerpc64: add single-instruction math functions
Rich Felker
22
-0
/
+290
2017-06-23
s390x: add single-instruction math functions
Rich Felker
24
-0
/
+360
2017-04-21
fix scalbn when result is in the subnormal range
Szabolcs Nagy
3
-12
/
+14
2017-03-21
aarch64: add single instruction math functions
Szabolcs Nagy
34
-24
/
+226
2017-03-15
fix threshold constants in j0f, y0f, j1f, y1f
Szabolcs Nagy
2
-13
/
+12
2016-10-20
math: fix pow signed shift ub
Szabolcs Nagy
1
-2
/
+2
2016-08-30
math: fix 128bit long double inverse trigonometric functions
Szabolcs Nagy
1
-1
/
+1
2016-03-04
math: fix expf(-NAN) and exp2f(-NAN) to return -NAN instead of 0
Szabolcs Nagy
2
-0
/
+4
2016-02-19
work around regression building for armhf with clang (compiler bug)
Rich Felker
2
-2
/
+2
2016-02-18
improve macro logic for enabling arm math asm
Rich Felker
2
-2
/
+2
2016-01-20
replace armhf math asm source files with inline asm
Rich Felker
16
-40
/
+60
2015-11-21
math: explicitly promote expressions to excess-precision types
Rich Felker
3
-4
/
+4
2015-11-10
explicitly assemble all arm asm sources as UAL
Rich Felker
4
-0
/
+4
2015-10-19
declare fpu usage to the assembler in arm hard-float asm files
Szabolcs Nagy
4
-0
/
+4
2015-04-23
fix regression in x86_64 math asm with old binutils
Rich Felker
2
-6
/
+6
2015-04-18
remove potentially PIC-incompatible relocations from x86_64 and x32 asm
Rich Felker
2
-2
/
+2
2015-04-18
remove the last of possible-textrels from i386 asm
Rich Felker
2
-1
/
+5
2015-04-18
math: fix pow(+-0,-inf) not to raise divbyzero flag
Szabolcs Nagy
3
-3
/
+3
2015-03-11
add aarch64 port
Szabolcs Nagy
4
-0
/
+24
2015-03-11
math: add dummy implementations of 128 bit long double functions
Szabolcs Nagy
16
-4
/
+97
2015-03-11
math: add ld128 exp2l based on the freebsd implementation
Szabolcs Nagy
1
-1
/
+366
2015-02-09
math: fix fmodl for IEEE binary128
Szabolcs Nagy
1
-1
/
+1
2015-02-08
math: fix __fpclassifyl(-0.0) for IEEE binary128
Szabolcs Nagy
1
-3
/
+2
2015-02-08
add parenthesis in fma.c to clarify intent and silence warnings
Szabolcs Nagy
1
-1
/
+1
2014-11-05
math: use fnstsw consistently instead of fstsw in x87 asm
Szabolcs Nagy
11
-11
/
+11
2014-11-05
math: fix x86_64 and x32 asm not to use sahf instruction
Szabolcs Nagy
6
-28
/
+14
2014-10-31
math: use the rounding idiom consistently
Szabolcs Nagy
13
-58
/
+89
2014-10-31
fix rint.c and rintf.c when FLT_EVAL_METHOD!=0
Szabolcs Nagy
2
-4
/
+22
2014-10-08
always provide __fpclassifyl and __signbitl definitions
Rich Felker
2
-1
/
+9
2014-09-18
math: fix exp10 not to raise invalid exception on NaN
Szabolcs Nagy
3
-4
/
+13
2014-09-08
fix exp10l.c to include float.h
Szabolcs Nagy
1
-0
/
+1
2014-09-08
prune math code on archs with binary64 long double
Szabolcs Nagy
2
-0
/
+10
2014-04-11
math: fix aliasing violation in long double wrappers
Szabolcs Nagy
2
-2
/
+10
2014-02-23
x32 port (diff against vanilla x86_64)
rofl0r
18
-69
/
+69
2014-02-23
import vanilla x86_64 code as x32
rofl0r
30
-0
/
+396
2014-01-08
math: add drem and dremf weak aliases to i386 remainder asm
Szabolcs Nagy
2
-0
/
+6
2013-12-12
math: define _GNU_SOURCE when implementing non-standard math functions
Szabolcs Nagy
6
-0
/
+6
2013-11-24
math: clean up __rem_pio2
Szabolcs Nagy
3
-71
/
+53
2013-11-21
math: add (obsolete) bsd drem and finite functions
Szabolcs Nagy
4
-0
/
+20
2013-11-21
math: lgamma cleanup (simpler sin(pi*x) for the negative case)
Szabolcs Nagy
4
-202
/
+110
2013-10-28
math: extensive log*.c cleanup
Szabolcs Nagy
14
-583
/
+369
2013-10-07
math: fix rare underflow issue in fma
Szabolcs Nagy
3
-13
/
+55
2013-10-07
math: use sqrtl if FLT_EVAL_METHOD==2 in acosh and acoshf
Szabolcs Nagy
2
-0
/
+13
2013-10-06
math: remove an unused variable from modfl
Szabolcs Nagy
1
-1
/
+0
2013-10-04
math: remove code duplication in erfl found by clang analyzer
Szabolcs Nagy
1
-13
/
+2
2013-10-04
math: remove a useless assignment in lgammal found by clang analyzer
Szabolcs Nagy
1
-2
/
+2
2013-09-13
fix x86_64 lrintl asm, again
Rich Felker
1
-2
/
+2
2013-09-06
math: remove STRICT_ASSIGN from exp2f (see previous commit)
Szabolcs Nagy
1
-1
/
+1
2013-09-06
math: remove STRICT_ASSIGN macro
Szabolcs Nagy
10
-12
/
+13
[next]