The floating‐point format used for the target's "long double" type.
Synopsis
Declared in <llvm/Support/CodeGen.h>
enum class LongDoubleFormat : int;
Members
Name |
Description |
|
IEEE binary32. |
|
IEEE binary64. |
|
x87 80‐bit extended precision. |
|
IEEE binary128. |
|
PowerPC double‐double. |
Non-Member Functions
Name |
Description |
Returns the IR floating‐point type name for a LongDoubleFormat. |
|
Parses an IR floating‐point type name into a LongDoubleFormat, returning std::nullopt if it does not name a supported long double format. |
Created with MrDocs