Module Float_iarray.Int32_u

val get : float iarray @ local -> (idx:int32 -> float64x4) @ local @@ portable

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

val unsafe_get : float iarray @ local -> (idx:int32 -> float64x4) @ local @@ portable

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