New floating-point conversion routines
commit214f549c5cd755661cd8a5d3b7c0ce4872d4afb6
authorH. Peter Anvin <hpa@zytor.com>
Tue, 16 Oct 2007 02:46:32 +0000 (15 19:46 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 16 Oct 2007 02:46:32 +0000 (15 19:46 -0700)
tree21d955c50c9b9594a4bb04e7bf485a09ed6c2baa
parent32f21f16fc7cb0bd5cf8dc3d54417295ecd3d57d
New floating-point conversion routines

Substitute in nasm64developer's "acfloat4" routine.  This
floating-point conversion routine is not perfect (it gets a fair
number of LSB errors), but the old NASM code was just plain broken.
nasm64developer's code at least gets within ±1 LSB.
float.c
float.h