Contents

vS64FullMulOdd(_:_:)

Signed 64-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 vS64FullMulOdd(_ vA: vSInt32, _ vB: vSInt32) -> vSInt32

See Also

Integer Arithmetic Functions (from vBasicOps.h)