Module Load_store.Bytes_Int16x8

val get : bytes @ local read -> (byte:int -> int16x8) @ local @@ portable

Load 16 bytes from a bytes at an arbitrary byte offset.

val unsafe_get : bytes @ local read -> (byte:int -> int16x8) @ local @@ portable

Load 16 bytes from a bytes at an arbitrary byte offset. Does not check bounds.

val set : bytes @ local -> (byte:int -> (int16x8 -> unit) @ local) @ local @@ portable

Write 16 bytes to a bytes at an arbitrary byte offset.

val unsafe_set : bytes @ local -> (byte:int -> (int16x8 -> unit) @ local) @ local @@ portable

Write 16 bytes to a bytes at an arbitrary byte offset. Does not check bounds.

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