Contents

vLL64Shift(_:_:)

64-bit logical left shift.

Declaration

func vLL64Shift(_ vA: vUInt32, _ vShiftFactor: vUInt8) -> vUInt32

Discussion

This function treats the vector as a pair of 64-bit values to shift.

See Also

Shift and Rotate Functions (from vBasicOps.h)