llvm-general-3.3.6.0: General purpose LLVM bindings

Safe HaskellSafe-Inferred

LLVM.General.AST.Type

Description

A representation of an LLVM type

Synopsis

Documentation

data FloatingPointFormat

LLVM supports some special formats floating point format. This type is to distinguish those format. I believe it's treated as a format for a float, as opposed to a vector of two floats, because its intended usage is to represent a single number with a combined significand.