asm versions of some simple math functions for i386 and x86_64
authorRich Felker <dalias@aerifal.cx>
Sun, 18 Mar 2012 20:43:54 +0000 (16:43 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 18 Mar 2012 20:43:54 +0000 (16:43 -0400)
these are functions that have direct fpu approaches to implementation
without problematic exception or rounding issues. x86_64 lacks
float/double versions because i'm unfamiliar with the necessary sse
code for performing these operations.


No differences found