Contents

vR128Rotate(_:_:)

128-bit right rotate.

Declaration

func vR128Rotate(_ vA: vUInt32, _ vRotateFactor: vUInt8) -> vUInt32

Parameters

  • vA:

    The vector to shift.

  • vRotateFactor:

    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 rotate.

See Also

Shift and Rotate Functions (from vBasicOps.h)