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

Function lsl

Source/astcenc_vecmathlib_sve_8.h:417–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415 * @brief Logical shift left.
416 */
417template <int s> ASTCENC_SIMD_INLINE vint8 lsl(vint8 a)
418{
419 return vint8(svlsl_n_s32_x(svptrue_b32(), a.m, s));
420}
421
422/**
423 * @brief Arithmetic shift right.

Callers

nothing calls this directly

Calls 1

vint8Class · 0.70

Tested by

no test coverage detected