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