Contents

vS32FullMulEven(_:_:)

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

Declaration

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

See Also

Integer Arithmetic Functions (from vBasicOps.h)