llvm-6502/lib/Target/CBackend
Chris Lattner d1cf1b458a Fix cwriter to not output FP constants in ascii, output them in hex instead.
This fixes a number of FP precision problems, making the output of the
power benchmark closer to the right answer.

Unfortunately, this only addresses FP constants used directly in functions.
Constants referred to by global constants (such as an array of FP values)
aren't helped by this.  Until this happens power won't work.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3871 91177308-0d34-0410-b5e6-96231b3b80d8
2002-09-20 23:26:33 +00:00
..
CBackend.cpp Fix cwriter to not output FP constants in ascii, output them in hex instead. 2002-09-20 23:26:33 +00:00
Makefile
Writer.cpp Fix cwriter to not output FP constants in ascii, output them in hex instead. 2002-09-20 23:26:33 +00:00