remove special nan handling from x86 sqrt asm
authorRich Felker <dalias@aerifal.cx>
Thu, 15 Mar 2012 23:56:36 +0000 (19:56 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 15 Mar 2012 23:56:36 +0000 (19:56 -0400)
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.


No differences found