ocaml_simd.avx
Float_iarray.Int64_u
ocaml_simd
ocaml_simd.ppx
ocaml_simd.sexp
ocaml_simd.sse
ppxlib
yojson
val get : float iarray @ local -> (idx:int64 -> float64x4) @ local @@ portable
Load four floats from a float iarray at an arbitrary (unaligned) index.
float iarray
Invalid_argument
if idx..idx+3 fails bounds checking.
idx..idx+3
val unsafe_get : float iarray @ local -> (idx:int64 -> float64x4) @ local @@ portable
Load four floats from a float iarray at an arbitrary (unaligned) index. Does not check bounds.