|
inlineconstexpr |
Parameters
x
: argument(eve::integral_value). to be shifted.n
: shift.c
: Conditional expression masking the operation.m
: Logical value masking the operation.Return value
bit_shl(x, n)
is equivalent to x << n
if x
is an simd value.x
, all elements of n must belong to the interval \([0, N[\) or the result is undefined.