]> granicus.if.org Git - yasm/commit
Implement floating point size conversions (with help from BitVector).
authorPeter Johnson <peter@tortall.net>
Thu, 27 Sep 2001 07:55:36 +0000 (07:55 -0000)
committerPeter Johnson <peter@tortall.net>
Thu, 27 Sep 2001 07:55:36 +0000 (07:55 -0000)
commit279abb1b37a67aa818e3b43447eac047031ca37f
treeac91991da518ef1151476c70fdb13d9e57162c07
parent0baab0debd008c558d65d94aa4903139e30085f6
Implement floating point size conversions (with help from BitVector).
Interface changed slightly (only affects symrec.c right now).  Tests committed
to check a single case (pi) with all three size conversion functions.
Still need to write to/from ASCII string functions (the hard part).

svn path=/trunk/yasm/; revision=247
libyasm/floatnum.c
libyasm/floatnum.h
libyasm/symrec.c
libyasm/tests/Makefile.am
libyasm/tests/floatnum_test.c [new file with mode: 0644]
src/floatnum.c
src/floatnum.h
src/symrec.c
src/tests/Makefile.am
src/tests/floatnum_test.c [new file with mode: 0644]