CompileOptions.MathMode
Specifies the math mode for floating-point optimizations. See MTLMathMode.
type t =
| Safe
| Relaxed
| Fast
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_ulong : t -> Unsigned.ulong
val from_ulong : Unsigned.ulong -> t