Function core::arch::arm::__smlad [−][src]
pub unsafe fn __smlad(a: int16x2_t, b: int16x2_t, c: i32) -> i32This is supported on (non-crate feature
miri-test-libstd or test or doctest) and ARM only.Expand description
Dual 16-bit Signed Multiply with Addition of products and 32-bit accumulation.
Returns the 16-bit signed equivalent of res = a[0] * b[0] + a[1] * b[1] + c