Ocaml_simd_sse.Float16x8val box : t -> float16x8 @@ portableval unbox : float16x8 @ local -> t @@ portablemodule Raw = Load_store.Raw_Float16x8module String = Load_store.String_Float16x8module Bytes = Load_store.Bytes_Float16x8module Bigstring = Load_store.Bigstring_Float16x8val blend : Ocaml_simd.Blend8.t -> t -> t -> t @@ portable_mm_blend_epi16 Specify blend with ppx_simd: %blend N, N, N, N, N, N, N, N, where each N is in 0,1. Exposed as an external so user code can compile without cross-library inlining.
val shuffle_upper : Ocaml_simd.Shuffle4.t -> t -> t @@ portable_mm_shufflehi_epi16 Specify shuffle with ppx_simd: %shuffle N, N, N, N, where each N is in 0,3. Exposed as an external so user code can compile without cross-library inlining.
val shuffle_lower : Ocaml_simd.Shuffle4.t -> t -> t @@ portable_mm_shufflelo_epi16 Specify shuffle with ppx_simd: %shuffle N, N, N, N, where each N is in 0,3. Exposed as an external so user code can compile without cross-library inlining.
val of_float32x4_bits : float32x4 -> t @@ portableIdentity in the bit representation. Different numeric interpretation.
val of_float64x2_bits : float64x2 -> t @@ portableIdentity in the bit representation. Different numeric interpretation.
val of_int8x16_bits : int8x16 -> t @@ portableIdentity in the bit representation. Different numeric interpretation.
val of_int16x8_bits : int16x8 -> t @@ portableIdentity in the bit representation. Different numeric interpretation.
val of_int32x4_bits : int32x4 -> t @@ portableIdentity in the bit representation. Different numeric interpretation.
val of_int64x2_bits : int64x2 -> t @@ portableIdentity in the bit representation. Different numeric interpretation.