Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
public static v256mm256_sllv_epi64(v256a,
v256count);
Parameters
Parameter
Description
a
Vector a
count
Corresponding element
Returns
v256
Vector
Description
Shift packed 64-bit integers in a left by the amount specified
by the corresponding element in count while shifting in zeros,
and store the results in dst.