ocaml_simd.avx
String.Int64_u
ocaml_simd
ocaml_simd.ppx
ocaml_simd.sexp
ocaml_simd.sse
ppxlib
yojson
val get : string @ local -> (byte:int64 -> int16x16) @ local @@ portable
Load 32 bytes from a string at an arbitrary byte offset.
string
Invalid_argument
if byte..byte+32 fails bounds checking.
byte..byte+32
val unsafe_get : string @ local -> (byte:int64 -> int16x16) @ local @@ portable
Load 32 bytes from a string at an arbitrary byte offset. Does not check bounds.