Module Floatarray.Int64_u

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

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

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

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

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

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

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

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