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
Age
Commit message (
Expand
)
Author
Lines
2019-06-14
add riscv64 architecture support
Rich Felker
-0
/
+180
2019-04-17
math: new pow
Szabolcs Nagy
-303
/
+520
2019-04-17
math: new exp and exp2
Szabolcs Nagy
-480
/
+434
2019-04-17
math: new log2
Szabolcs Nagy
-106
/
+335
2019-04-17
math: new log
Szabolcs Nagy
-104
/
+454
2019-04-17
math: new powf
Szabolcs Nagy
-240
/
+226
2019-04-17
math: new exp2f and expf
Szabolcs Nagy
-179
/
+177
2019-04-17
math: new log2f
Szabolcs Nagy
-58
/
+108
2019-04-17
math: new logf
Szabolcs Nagy
-54
/
+109
2019-04-17
math: add double precision error handling functions
Szabolcs Nagy
-0
/
+30
2019-04-17
math: add single precision error handling functions
Szabolcs Nagy
-0
/
+30
2019-04-03
fix unintended global symbols in atanl.c
Dan Gohman
-3
/
+3
2018-10-15
x86_64: add single instruction fma
Szabolcs Nagy
-0
/
+92
2018-10-15
arm: add single instruction fma
Szabolcs Nagy
-0
/
+30
2018-10-15
powerpc: add single instruction fabs, fabsf, fma, fmaf, sqrt, sqrtf
Szabolcs Nagy
-0
/
+90
2018-10-15
s390x: add single instruction fma and fmaf
Szabolcs Nagy
-0
/
+14
2018-09-12
reduce spurious inclusion of libc.h
Rich Felker
-9
/
+0
2018-09-12
apply hidden visibility to various remaining internal interfaces
Rich Felker
-0
/
+2
2018-09-12
apply hidden visibility to internal math functions
Rich Felker
-2
/
+2
2018-09-12
move lgamma-related internal declarations to libm.h
Rich Felker
-12
/
+3
2018-06-14
add support for m68k 80-bit long double variant
Rich Felker
-2
/
+10
2018-04-02
fix fmaf wrong result
Szabolcs Nagy
-1
/
+1
2017-10-13
math: rewrite fma with mostly int arithmetics
Szabolcs Nagy
-431
/
+154
2017-06-23
powerpc64: add single-instruction math functions
Rich Felker
-0
/
+290
2017-06-23
s390x: add single-instruction math functions
Rich Felker
-0
/
+360
2017-04-21
fix scalbn when result is in the subnormal range
Szabolcs Nagy
-12
/
+14
2017-03-21
aarch64: add single instruction math functions
Szabolcs Nagy
-24
/
+226
2017-03-15
fix threshold constants in j0f, y0f, j1f, y1f
Szabolcs Nagy
-13
/
+12
2016-10-20
math: fix pow signed shift ub
Szabolcs Nagy
-2
/
+2
2016-08-30
math: fix 128bit long double inverse trigonometric functions
Szabolcs Nagy
-1
/
+1
2016-03-04
math: fix expf(-NAN) and exp2f(-NAN) to return -NAN instead of 0
Szabolcs Nagy
-0
/
+4
2016-02-19
work around regression building for armhf with clang (compiler bug)
Rich Felker
-2
/
+2
2016-02-18
improve macro logic for enabling arm math asm
Rich Felker
-2
/
+2
2016-01-20
replace armhf math asm source files with inline asm
Rich Felker
-40
/
+60
2015-11-21
math: explicitly promote expressions to excess-precision types
Rich Felker
-4
/
+4
2015-11-10
explicitly assemble all arm asm sources as UAL
Rich Felker
-0
/
+4
2015-10-19
declare fpu usage to the assembler in arm hard-float asm files
Szabolcs Nagy
-0
/
+4
2015-04-23
fix regression in x86_64 math asm with old binutils
Rich Felker
-6
/
+6
2015-04-18
remove potentially PIC-incompatible relocations from x86_64 and x32 asm
Rich Felker
-2
/
+2
2015-04-18
remove the last of possible-textrels from i386 asm
Rich Felker
-1
/
+5
2015-04-18
math: fix pow(+-0,-inf) not to raise divbyzero flag
Szabolcs Nagy
-3
/
+3
2015-03-11
add aarch64 port
Szabolcs Nagy
-0
/
+24
2015-03-11
math: add dummy implementations of 128 bit long double functions
Szabolcs Nagy
-4
/
+97
2015-03-11
math: add ld128 exp2l based on the freebsd implementation
Szabolcs Nagy
-1
/
+366
2015-02-09
math: fix fmodl for IEEE binary128
Szabolcs Nagy
-1
/
+1
2015-02-08
math: fix __fpclassifyl(-0.0) for IEEE binary128
Szabolcs Nagy
-3
/
+2
2015-02-08
add parenthesis in fma.c to clarify intent and silence warnings
Szabolcs Nagy
-1
/
+1
2014-11-05
math: use fnstsw consistently instead of fstsw in x87 asm
Szabolcs Nagy
-11
/
+11
2014-11-05
math: fix x86_64 and x32 asm not to use sahf instruction
Szabolcs Nagy
-28
/
+14
2014-10-31
math: use the rounding idiom consistently
Szabolcs Nagy
-58
/
+89
[next]