1.0.3.31: fix new = and /= transformations for NaNs
commit23fe13b4d58313c1b988a948a219661486545d54
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 5 Mar 2007 16:58:26 +0000 (5 16:58 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 5 Mar 2007 16:58:26 +0000 (5 16:58 +0000)
tree87e3530ab5a2bad329697612911588e99527f7e3
parent7516363f36f26eaf64b7e4eb23b5980e915d7259
1.0.3.31: fix new = and /= transformations for NaNs
 * (= nan nan) is false, and (/= nan nan) is true, as pointed out by
   CSR.
 * More tests.
src/compiler/srctran.lisp
tests/float.pure.lisp
version.lisp-expr