• R
    fix x86_64 lrintl asm, again · 2f1de805
    Rich Felker 提交于
    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.
    2f1de805
lrintl.s 100 字节