Module Floatarray.Nativeint_u

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

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

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

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

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

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

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

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