Module Int64x4.Nativeint_u_array

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

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

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

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

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

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

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

Store four int64s to a nativeint# 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