vA128Shift(_:_:)
128-bit arithmetic (signed) shift.
Declaration
func vA128Shift(_ 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 entire 128-bit vector as a single value to shift.