Module Int64x4.Int64_u_array

val get : int64 array @ local read -> (idx:int -> int64x4) @ local @@ portable

Load four int64s from a int64# array at an arbitrary (unaligned) index.

val unsafe_get : int64 array @ local read -> (idx:int -> int64x4) @ local @@ portable

Load four int64s from a int64# array at an arbitrary (unaligned) index. Does not check bounds.

val set : int64 array @ local -> (idx:int -> (int64x4 -> unit) @ local) @ local @@ portable

Store four int64s to a int64# array at an arbitrary (unaligned) index.

val unsafe_set : int64 array @ local -> (idx:int -> (int64x4 -> unit) @ local) @ local @@ portable

Store four int64s to a int64# array at an arbitrary (unaligned) index. Does not check bounds.

module Int32_u : sig ... end
module Int64_u : sig ... end
module Nativeint_u : sig ... end