Cordic.Architecture
type t =
| Combinational
| Pipelined
| Iterative
val sexp_of_t : t -> Sexplib0.Sexp.t
val all : t Base.list