Module CompileOptions.MathFloatingPointFunctions

Specifies which math functions to use for single precision floating-point. See MTLMathFloatingPointFunctions.

type t =
  1. | Fast
  2. | Precise
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_ulong : t -> Unsigned.ulong
val from_ulong : Unsigned.ulong -> t