Function vdot_s32

#[target_feature(enable = "neon", enable = "dotprod")]
pub fn vdot_s32(a: int32x2_t, b: int8x8_t, c: int8x8_t) -> int32x2_t

Dot product arithmetic (vector) Arm's documentation