Set whether to lex masm‐style hex float literals, such as 3f800000r.

Synopsis

Declared in <llvm/MC/MCParser/AsmLexer.h>

void
setLexMasmHexFloats(bool V);

Parameters

Name

Description

V

If true, recognize MASM‐style hex float literals.

Created with MrDocs