Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Вкажіть правильний код, який здійснює циклічний зсув регістру state на 13 біт вліво
tmp0 = _mm256_slli_epi32 (state, 13);
tmp1 = _mm256_srli_epi32 (state, 19);
tmp1 = _mm256_srli_epi32 (state, 13);
tmp0 = _mm256_slli_epi32 (state, 19);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!