Module Float32x8.Float32_u_array

val get : float32 array @ local read -> (idx:int -> float32x8) @ local @@ portable

Load eight float32s from a float32# array at an arbitrary (unaligned) index.

val unsafe_get : float32 array @ local read -> (idx:int -> float32x8) @ local @@ portable

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

val set : float32 array @ local -> (idx:int -> (float32x8 -> unit) @ local) @ local @@ portable

Store eight float32s to a float32# array at an arbitrary (unaligned) index.

val unsafe_set : float32 array @ local -> (idx:int -> (float32x8 -> unit) @ local) @ local @@ portable

Store eight float32s to a float32# 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