Synopsis
#include <cruntime.h>
uint64_t __int64_lsr(uint64_t arg, int16_t bits);
Description
__int64_lsr shifts arg logically right by bits bit positions, shifting in zeroes from the left, and returns the shifted result.
Portability
__int64_lsr may not be provided on all implementations of CrossWorks.