x86_64: Fix compares with NaNs.
commit2daae0dc99c05a0da9485a67d21a3e47814551a8
authorMichael Matz <matz@suse.de>
Sun, 13 May 2012 00:21:51 +0000 (13 02:21 +0200)
committerMichael Matz <matz@suse.de>
Sun, 13 May 2012 00:21:51 +0000 (13 02:21 +0200)
tree4f0cbbb164142023f351cf46cfcc6e67c9596c05
parent0394caf784124f867d9294dab700e6005e99cea4
x86_64: Fix compares with NaNs.

Comparisons with unordered doubles was broken, NaNs always
compare unequal (and unordered) to everything, including
to itself.
tests/tcctest.c
x86_64-gen.c