MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / lsr

Function lsr

Source/astcenc_vecmathlib_sse_4.h:567–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565 * @brief Logical shift right.
566 */
567template <int s> ASTCENC_SIMD_INLINE vint4 lsr(vint4 a)
568{
569 return vint4(_mm_srli_epi32(a.m, s));
570}
571
572/**
573 * @brief Arithmetic shift right.

Callers

nothing calls this directly

Calls 1

vint4Class · 0.70

Tested by

no test coverage detected