Contents

vS32FullMulOdd(_:_:)

Signed 32-bit multiplication; results are twice as wide as multiplicands, odd-numbered elements of multiplicand vectors are used. Note the big-endian convention: the leftmost element is element 0.

Declaration

func vS32FullMulOdd(_ vA: vSInt32, _ vB: vSInt32) -> vSInt32

See Also

Integer Arithmetic Functions (from vBasicOps.h)