ocaml_simd.avx
Vec256.Ref
ocaml_simd
ocaml_simd.ppx
ocaml_simd.sexp
ocaml_simd.sse
ppxlib
yojson
type ('a : vec256) t = {
mutable contents : 'a;
}
val create : 'a. 'a -> 'a t @@ portable
val get : 'a. 'a t -> 'a @@ portable
val set : 'a. 'a t -> 'a -> unit @@ portable
module O : sig ... end