]> Cypherpunks repositories - gostls13.git/commit
* accept all NaNs, not just the one sys.NaN() returns.
authorRuss Cox <rsc@golang.org>
Mon, 10 Nov 2008 23:17:56 +0000 (15:17 -0800)
committerRuss Cox <rsc@golang.org>
Mon, 10 Nov 2008 23:17:56 +0000 (15:17 -0800)
commit600ee088b6234cc5a7037c280e8ad89f230e4a6e
treee5bccf32befa73e7097f7a620233a9499f0d85df
parent203a17c6ec0b53abbd24c556b77a7fcc2ad70875
* accept all NaNs, not just the one sys.NaN() returns.
* use union, not cast, to convert between uint64 and float64,
  to avoid possible problems with gcc in future.

R=r
DELTA=75  (39 added, 15 deleted, 21 changed)
OCL=18926
CL=18926
src/runtime/runtime.c