Contents

vU32FullMulOdd(_:_:)

Unsigned 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 vU32FullMulOdd(_ vA: vUInt32, _ vB: vUInt32) -> vUInt32

See Also

Integer Arithmetic Functions (from vBasicOps.h)