80-bit extended precision floating-point in OCaml
The implementation of such a library is possible outside the compiler, thanks to the ffi support of the language. The library must be split in two parts: the native ocaml source part, and the C runtime part. the OCaml source must contain the datatype declaration, as well as the declaration of all the imported functions. … Read more