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