vA64Shift2(_:_:)
64-bit arithmetic (signed) shift with two shift factors.
Declaration
func vA64Shift2(_ vA: vUInt32, _ vShiftFactor: vUInt8) -> vUInt32Parameters
- vA:
The vector to shift.
- vShiftFactor:
The number of bits to shift the vector.
Return Value
Returns the shifted vector.
Discussion
This function treats the vector as a pair of 64-bit values to shift.