@hackage float1280.1

FFI bindings for C _Float128

This package provides a Float128 type, wrapping C's _Float128, which is typically a IEEE quadruple precision binary floating point type. It does not provide a CFloat128 type usable for FFI without wrapping in Ptr, this needs to be done by the compiler.