new math asm (abs/rounding) for x86_64
authorRich Felker <dalias@aerifal.cx>
Mon, 30 Apr 2012 00:31:46 +0000 (20:31 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 30 Apr 2012 00:31:46 +0000 (20:31 -0400)
commit0e4a995213620630005a14f32c089879f7c0315e
treee5c584b6ceba8e24c312c67b82d59942d2bdc568
parentaa859403886ed4b50da36e7fe101f7431856c004
new math asm (abs/rounding) for x86_64

untested
src/math/x86_64/fabs.s [new file with mode: 0644]
src/math/x86_64/fabsf.s [new file with mode: 0644]
src/math/x86_64/llrint.s [new file with mode: 0644]
src/math/x86_64/llrintf.s [new file with mode: 0644]
src/math/x86_64/lrint.s [new file with mode: 0644]
src/math/x86_64/lrintf.s [new file with mode: 0644]