Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/astc-encoder
/ lsl
Function
lsl
Source/astcenc_vecmathlib_sse_4.h:559–562 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
557
* @brief Logical shift left.
558
*/
559
template <int s> ASTCENC_SIMD_INLINE vint4 lsl(vint4 a)
560
{
561
return vint4(_mm_slli_epi32(a.m, s));
562
}
563
564
/**
565
* @brief Logical shift right.
Callers
nothing calls this directly
Calls
1
vint4
Class · 0.70
Tested by
no test coverage detected