Module Float_array.Nativeint_u

val get : float array @ local read -> (idx:nativeint -> float64x4) @ local @@ portable

Load four floats from a float array at an arbitrary (unaligned) index.

val unsafe_get : float array @ local read -> (idx:nativeint -> float64x4) @ local @@ portable

Load four floats from a float array at an arbitrary (unaligned) index. Does not check bounds.

val set : float array @ local -> (idx:nativeint -> (float64x4 -> unit) @ local) @ local @@ portable

Store four floats to a float array at an arbitrary (unaligned) index.

val unsafe_set : float array @ local -> (idx:nativeint -> (float64x4 -> unit) @ local) @ local @@ portable

Store four floats to a float array at an arbitrary (unaligned) index. Does not check bounds.