fix x86_64 lrintl asm, again
authorRich Felker <dalias@aerifal.cx>
Fri, 13 Sep 2013 05:22:13 +0000 (01:22 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 13 Sep 2013 05:22:13 +0000 (01:22 -0400)
commit2f1de8051b4b33445ca233868e573ec838c81f65
tree1d47679a347353dfc7cab08adc30c44299fe030d
parentff4be700d0f316e043de8b3cf03ad64e086f0525
fix x86_64 lrintl asm, again

the underlying problem was not incorrect sign extension (fixed in the
previous commit to this file by nsz) but that code that treats "long"
as 32-bit was copied blindly from i386 to x86_64.

now lrintl is identical to llrintl on x86_64, as it should be.
src/math/x86_64/lrintl.s