• R
    remove special nan handling from x86 sqrt asm · 9d507419
    Rich Felker 提交于
    a double precision nan, when converted to extended (80-bit) precision,
    will never end in 0x400, since the corresponding bits do not exist in
    the original double precision value. thus there's no need to waste
    time and code size on this check.
    9d507419
sqrt.s 297 字节