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

Function lsl

Source/astcenc_vecmathlib_avx2_8.h:425–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423 * @brief Logical shift left.
424 */
425template <int s> ASTCENC_SIMD_INLINE vint8 lsl(vint8 a)
426{
427 return vint8(_mm256_slli_epi32(a.m, s));
428}
429
430/**
431 * @brief Arithmetic shift right.

Callers

nothing calls this directly

Calls 1

vint8Class · 0.70

Tested by

no test coverage detected