about summary refs log tree commit diff
path: root/src/math/x86_64
Commit message (Expand)AuthorAgeFilesLines
* math: add x86_64 remquolAlexander Monakov2020-03-241-0/+32
* math: move x87-family fmod functions to C with inline asmAlexander Monakov2020-03-242-11/+9
* math: move x87-family remainder functions to C with inline asmAlexander Monakov2020-03-242-11/+9
* math: move x87-family rint functions to C with inline asmAlexander Monakov2020-03-242-6/+7
* math: move x87-family lrint functions to C with inline asmAlexander Monakov2020-03-244-14/+16
* math: move x86_64 (l)lrint(f) functions to C with inline asmAlexander Monakov2020-03-248-20/+32
* math: move trivial x86-family sqrt functions to C with inline asmAlexander Monakov2020-03-246-13/+21
* math: move x87-family fabs functions to C with inline asmAlexander Monakov2020-03-242-6/+7
* math: move x86_64 fabs, fabsf to C with inline asmAlexander Monakov2020-03-244-16/+20
* x86_64: add single instruction fmaSzabolcs Nagy2018-10-152-0/+46
* fix regression in x86_64 math asm with old binutilsRich Felker2015-04-231-3/+3
* remove potentially PIC-incompatible relocations from x86_64 and x32 asmRich Felker2015-04-181-1/+1
* math: use fnstsw consistently instead of fstsw in x87 asmSzabolcs Nagy2014-11-052-2/+2
* math: fix x86_64 and x32 asm not to use sahf instructionSzabolcs Nagy2014-11-053-14/+7
* fix x86_64 lrintl asm, againRich Felker2013-09-131-2/+2
* math: fix expm1l on x86_64 (avoid underflow for large negative x)Szabolcs Nagy2013-09-053-3/+13
* math: fix lrintl.s on x86_64 (use movslq to signextend the result)Szabolcs Nagy2013-09-051-1/+1
* math: fix exp2l asm on x86 (raise underflow correctly)Szabolcs Nagy2013-09-051-35/+40
* fix build of x86_64 expl assemblyRich Felker2013-08-161-1/+1
* math: fix x86 expl.s to raise underflow and clean up special case handlingSzabolcs Nagy2013-08-151-22/+15
* math: x86_64 version of expl, fixed some comments in the i386 versionSzabolcs Nagy2012-12-161-0/+108
* math: move x86_64 exp2l implementation to exp2l.s from expl.sSzabolcs Nagy2012-12-163-85/+76
* math: add empty __invtrigl.s to i386 and x86_64Szabolcs Nagy2012-12-121-0/+0
* math: fix exp.s on i386 and x86_64 so the exception flags are correctnsz2012-08-081-19/+17
* use fistpll mnemonic instead of fistpq (more widely supported) on x86_64 tooRich Felker2012-06-021-1/+1
* math: change the formula used for acos.snsz2012-05-051-10/+8
* fix typo in the x86_64 rounding asmRich Felker2012-04-294-4/+4
* new math asm (abs/rounding) for x86_64Rich Felker2012-04-296-0/+36
* math: fix x86 asin accuracynsz2012-04-041-3/+3
* math: remove x86 modf asmnsz2012-03-291-27/+0
* acos.s fix: use the formula acos(x) = atan2(sqrt(1-x),sqrt(1+x))nsz2012-03-221-3/+1
* x86_64 math asm, long double functions onlyRich Felker2012-03-2017-0/+239
* assembly optimizations for fmod/remainder functionsRich Felker2012-03-182-0/+22
* asm versions of some simple math functions for i386 and x86_64Rich Felker2012-03-182-0/+12
* first commit of the new libm!Rich Felker2012-03-133-0/+5
* type directives for x86_64 math asmRich Felker2011-06-262-0/+2
* Port musl to x86-64. One giant commit!Nicholas J. Kain2011-02-152-0/+6