Module Int32x8.Int32_u_array

val get : int32 array @ local read -> (idx:int -> int32x8) @ local @@ portable

Load eight int32s from a int32# array at an arbitrary (unaligned) index.

val unsafe_get : int32 array @ local read -> (idx:int -> int32x8) @ local @@ portable

Load eight int32s from a int32# array at an arbitrary (unaligned) index. Does not check bounds.

val set : int32 array @ local -> (idx:int -> (int32x8 -> unit) @ local) @ local @@ portable

Store eight int32s to a int32# array at an arbitrary (unaligned) index.

val unsafe_set : int32 array @ local -> (idx:int -> (int32x8 -> unit) @ local) @ local @@ portable

Store eight int32s to a int32# 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