Implement MASM's syntax for specifying floats in raw hexadecimal bytes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/MC/MCParser/MasmParser.cpp | ||
---|---|---|
3458 | Should we at least warn about an explicit sign with a hexfloat? |
Comment Actions
Warn on explicit sign preceding MASM-style hex float (which is ignored for compatibility)
llvm/lib/MC/MCParser/MasmParser.cpp | ||
---|---|---|
3458 | Warning sounds like a good idea. Added. |
Should we at least warn about an explicit sign with a hexfloat?