pub unsafe fn vmla_lane_s32(
    a: int32x2_t,
    b: int32x2_t,
    c: int32x2_t,
    const LANE: i32
) -> int32x2_t
🔬This is a nightly-only experimental API. (stdsimd #48556)
Available on target feature neon and target feature v7 and AArch64 only.
Expand description

Vector multiply accumulate with scalar

Arm’s documentation