fix double-processing of DT_RELR relocations in ldso relocating itself
[musl] / src / math / x86_64 /
2020-03-24 Alexander Monakovmath: add x86_64 remquol
2020-03-24 Alexander Monakovmath: move x87-family fmod functions to C with inline asm
2020-03-24 Alexander Monakovmath: move x87-family remainder functions to C with...
2020-03-24 Alexander Monakovmath: move x87-family rint functions to C with inline asm
2020-03-24 Alexander Monakovmath: move x87-family lrint functions to C with inline asm
2020-03-24 Alexander Monakovmath: move x86_64 (l)lrint(f) functions to C with inlin...
2020-03-24 Alexander Monakovmath: move trivial x86-family sqrt functions to C with...
2020-03-24 Alexander Monakovmath: move x87-family fabs functions to C with inline asm
2020-03-24 Alexander Monakovmath: move x86_64 fabs, fabsf to C with inline asm
2018-10-15 Szabolcs Nagyx86_64: add single instruction fma
2015-04-23 Rich Felkerfix regression in x86_64 math asm with old binutils
2015-04-19 Rich Felkerremove potentially PIC-incompatible relocations from...
2014-11-05 Szabolcs Nagymath: use fnstsw consistently instead of fstsw in x87 asm
2014-11-05 Szabolcs Nagymath: fix x86_64 and x32 asm not to use sahf instruction
2013-09-13 Rich Felkerfix x86_64 lrintl asm, again
2013-09-05 Szabolcs Nagymath: fix expm1l on x86_64 (avoid underflow for large...
2013-09-05 Szabolcs Nagymath: fix lrintl.s on x86_64 (use movslq to signextend...
2013-09-05 Szabolcs Nagymath: fix exp2l asm on x86 (raise underflow correctly)
2013-08-16 Rich Felkerfix build of x86_64 expl assembly
2013-08-15 Szabolcs Nagymath: fix x86 expl.s to raise underflow and clean up...
2012-12-16 Szabolcs Nagymath: x86_64 version of expl, fixed some comments in...
2012-12-16 Szabolcs Nagymath: move x86_64 exp2l implementation to exp2l.s from...
2012-12-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-12-11 Szabolcs Nagymath: add empty __invtrigl.s to i386 and x86_64
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/bsd'
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/exp'
2012-08-08 nszmath: fix exp.s on i386 and x86_64 so the exception... exp
2012-06-02 Rich Felkeruse fistpll mnemonic instead of fistpq (more widely...
2012-05-05 Rich FelkerMerge remote-tracking branch 'nsz/master'
2012-05-04 nszmath: change the formula used for acos.s
2012-04-30 Rich Felkerfix typo in the x86_64 rounding asm
2012-04-30 Rich Felkernew math asm (abs/rounding) for x86_64
2012-04-11 Rich FelkerMerge remote branch 'nsz/master'
2012-04-04 nszmath: fix x86 asin accuracy
2012-03-29 nszmath: remove x86 modf asm
2012-03-22 nszacos.s fix: use the formula acos(x) = atan2(sqrt(1...
2012-03-21 Rich Felkerx86_64 math asm, long double functions only
2012-03-18 Rich Felkerassembly optimizations for fmod/remainder functions
2012-03-18 Rich Felkerasm versions of some simple math functions for i386...
2012-03-13 Rich Felkerfirst commit of the new libm!
2011-06-26 Rich Felkertype directives for x86_64 math asm
2011-02-15 Nicholas J. KainPort musl to x86-64. One giant commit!