Kind
public enum Kind
Enumerates the bitwidth and kind of supported floating point types.
-
16-bit floating point value
Declaration
Swift
case half
-
32-bit floating point value
Declaration
Swift
case float
-
64-bit floating point value
Declaration
Swift
case double
-
80-bit floating point value (X87)
Declaration
Swift
case x86FP80
-
128-bit floating point value (112-bit mantissa)
Declaration
Swift
case fp128
-
128-bit floating point value (two 64-bits)
Declaration
Swift
case ppcFP128