Gabi
2010-Apr-06 20:12 UTC
[LLVMdev] PrintModule: How to make it show floats in decimal instead of hex?
Is there a way to make the printer to display float values in decimal form instead of the cryptic 0x... ? -- Regards, Gabi http://bugspy.net
Duncan Sands
2010-Apr-06 20:47 UTC
[LLVMdev] PrintModule: How to make it show floats in decimal instead of hex?
> Is there a way to make the printer to display float values in decimal > form instead of the cryptic 0x... ?It does, if the decimal form is exact. Ciao, Duncan. PS: Maybe not for x86 long double though.
Seemingly Similar Threads
- [LLVMdev] PrintModule: How to make it show floats in decimal instead of hex?
- [LLVMdev] PrintModule: How to make it show floats in decimal instead of hex?
- [LLVMdev] How to avoid memory leaks
- [LLVMdev] JIT : Does it cache the compiled code of executed functions upon runFunction(..)?
- [LLVMdev] JIT : Does it cache the compiled code of executed functions upon runFunction(..)?