Module Load_store.Float_iarray

val get : float iarray @ local -> (idx:int -> float64x2) @ local @@ portable

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

val unsafe_get : float iarray @ local -> (idx:int -> float64x2) @ local @@ portable

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

module Int32_u : Float_iarray_accessors with type index := int32
module Int64_u : Float_iarray_accessors with type index := int64
module Nativeint_u : Float_iarray_accessors with type index := nativeint