Module Bytes.Nativeint_u

val get : bytes @ local read -> (byte:nativeint -> float32x8) @ local @@ portable

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

val unsafe_get : bytes @ local read -> (byte:nativeint -> float32x8) @ local @@ portable

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

val set : bytes @ local -> (byte:nativeint -> (float32x8 -> unit) @ local) @ local @@ portable

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

val unsafe_set : bytes @ local -> (byte:nativeint -> (float32x8 -> unit) @ local) @ local @@ portable

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