Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/astc-encoder
/ lsl
Function
lsl
Source/astcenc_vecmathlib_rvv_n.h:449–452 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
447
* @brief Logical shift left.
448
*/
449
template <int s> ASTCENC_SIMD_INLINE vint lsl(vint a)
450
{
451
return vint(__riscv_vsll(a.m, s, vint::vl()));
452
}
453
454
/**
455
* @brief Arithmetic shift right.
Callers
nothing calls this directly
Calls
1
vint
Class · 0.85
Tested by
no test coverage detected