remove special nan handling from x86 sqrt asm
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.
Showing
想要评论请 注册 或 登录