CompileOptions.MathFloatingPointFunctions
Specifies which math functions to use for single precision floating-point. See MTLMathFloatingPointFunctions.
type t =
| Fast
| Precise
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_ulong : t -> Unsigned.ulong
val from_ulong : Unsigned.ulong -> t