about summary refs log tree commit diff
path: root/src/math/x86_64
Commit message (Expand)AuthorAgeFilesLines
* 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