1. 18938c2 fix regression in x86_64 math asm with old binutils by Rich Felker · 9 years ago
  2. b35c4c4 remove potentially PIC-incompatible relocations from x86_64 and x32 asm by Rich Felker · 9 years ago
  3. ec43189 math: use fnstsw consistently instead of fstsw in x87 asm by Szabolcs Nagy · 10 years ago
  4. a732e80 math: fix x86_64 and x32 asm not to use sahf instruction by Szabolcs Nagy · 10 years ago
  5. 2f1de80 fix x86_64 lrintl asm, again by Rich Felker · 11 years ago
  6. 0234394 math: fix expm1l on x86_64 (avoid underflow for large negative x) by Szabolcs Nagy · 11 years ago
  7. e593788 math: fix lrintl.s on x86_64 (use movslq to signextend the result) by Szabolcs Nagy · 11 years ago
  8. 07039ed math: fix exp2l asm on x86 (raise underflow correctly) by Szabolcs Nagy · 11 years ago
  9. 0a4a4a7 fix build of x86_64 expl assembly by Rich Felker · 11 years ago
  10. 1b3973f math: fix x86 expl.s to raise underflow and clean up special case handling by Szabolcs Nagy · 11 years ago
  11. 58bba42 math: x86_64 version of expl, fixed some comments in the i386 version by Szabolcs Nagy · 12 years ago
  12. 525ad96 math: move x86_64 exp2l implementation to exp2l.s from expl.s by Szabolcs Nagy · 12 years ago
  13. 1384ad5 math: add empty __invtrigl.s to i386 and x86_64 by Szabolcs Nagy · 12 years ago
  14. 1fb0169 math: fix exp.s on i386 and x86_64 so the exception flags are correct by nsz · 12 years ago
  15. 19e48c5 use fistpll mnemonic instead of fistpq (more widely supported) on x86_64 too by Rich Felker · 12 years ago
  16. f697d66 math: change the formula used for acos.s by nsz · 12 years ago
  17. e5a9b50 fix typo in the x86_64 rounding asm by Rich Felker · 12 years ago
  18. 0e4a995 new math asm (abs/rounding) for x86_64 by Rich Felker · 12 years ago
  19. 37eaec3 math: fix x86 asin accuracy by nsz · 12 years ago
  20. d79ac8c math: remove x86 modf asm by nsz · 12 years ago
  21. a4a0c91 acos.s fix: use the formula acos(x) = atan2(sqrt(1-x),sqrt(1+x)) by nsz · 12 years ago
  22. 30df206 x86_64 math asm, long double functions only by Rich Felker · 12 years ago
  23. b935147 assembly optimizations for fmod/remainder functions by Rich Felker · 12 years ago
  24. 8d9e948 asm versions of some simple math functions for i386 and x86_64 by Rich Felker · 12 years ago
  25. b69f695 first commit of the new libm! by Rich Felker · 13 years ago
  26. bc30aea type directives for x86_64 math asm by Rich Felker · 13 years ago
  27. 1e12632 Port musl to x86-64. One giant commit! by Nicholas J. Kain · 14 years ago