search for: gmfloat

Displaying 2 results from an estimated 2 matches for "gmfloat".

Did you mean: mfloat
2007 Oct 02
3
[LLVMdev] Floating point number format in .ll files changed?
Hi, after upgrading to 2.1 I noticed that the format for floating point numbers in .ll files apparently changed. I now get errors like "llvm-as: var.ll:48,0: Floating point constant invalid for type" for such code: "@gmFloat = constant float 0.3". I checked with llvm-gcc and it now generates code for the hexadecimal floating point representation. The documentation at http://llvm.org/ docs/LangRef.html#simpleconstants still says "Floating point constants use standard decimal notation (e.g. 123.421), exp...
2007 Oct 02
0
[LLVMdev] Floating point number format in .ll files changed?
...n Rehders wrote: > Hi, > > after upgrading to 2.1 I noticed that the format for floating point > numbers in .ll files apparently changed. I now get errors like > > "llvm-as: var.ll:48,0: Floating point constant invalid for type" > > for such code: > > "@gmFloat = constant float 0.3". > > I checked with llvm-gcc and it now generates code for the hexadecimal > floating point representation. The documentation at http://llvm.org/ > docs/LangRef.html#simpleconstants still says > > "Floating point constants use standard decimal notat...