Function core::arch::arm::__smultt [−][src]
pub unsafe fn __smultt(a: int16x2_t, b: int16x2_t) -> i32
This is supported on ARM only.
Expand description
插入 SMULTT 指令
返回 a[1] * b[1] 的等效项,其中 [0] 是低 16 位,而 [1] 是高 16 位。
pub unsafe fn __smultt(a: int16x2_t, b: int16x2_t) -> i32
插入 SMULTT 指令
返回 a[1] * b[1] 的等效项,其中 [0] 是低 16 位,而 [1] 是高 16 位。