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

Function lsr

Source/astcenc_vecmathlib_avx2_8.h:441–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439 * @brief Logical shift right.
440 */
441template <int s> ASTCENC_SIMD_INLINE vint8 lsr(vint8 a)
442{
443 return vint8(_mm256_srli_epi32(a.m, s));
444}
445
446/**
447 * @brief Return the min vector of two vectors.

Callers

nothing calls this directly

Calls 1

vint8Class · 0.70

Tested by

no test coverage detected