Module Load_store.Raw_Float16x8

val unaligned_load : nativeint -> float16x8 @@ portable

Load 16 bytes from an arbitrary address encoded as a nativeint#.

val unaligned_store : nativeint -> float16x8 -> unit @@ portable

Store 16 bytes to an arbitrary address encoded as a nativeint#.

val aligned_load : nativeint -> float16x8 @@ portable

Load 16 bytes from a 16-byte-aligned address encoded as a nativeint#. Does not validate alignment.

val aligned_store : nativeint -> float16x8 -> unit @@ portable

Store 16 bytes to a 16-byte-aligned address encoded as a nativeint#. Does not validate alignment.

val aligned_load_uncached : nativeint -> float16x8 @@ portable

Non-temporally load 16 bytes from a 16-byte-aligned address encoded as a nativeint#. Does not validate alignment. The address will not be cached.

val aligned_store_uncached : nativeint -> float16x8 -> unit @@ portable

Non-temporally store 16 bytes to a 16-byte-aligned address encoded as a nativeint#. Does not validate alignment. The address will not be cached.