pub unsafe fn vdotq_lane_s32(
a: int32x4_t,
b: int8x16_t,
c: int8x8_t,
const LANE: i32,
) -> int32x4_t
🔬This is a nightly-only experimental API. (
stdarch_arm_neon_intrinsics
#111800)Available on target feature
neon,dotprod
and target feature v8
and ARM only.Expand description
Dot product arithmetic (indexed)