Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- Python-3.6.1/Modules/_blake2/impl/blake2s-load-xop.h.ORIG 2017-05-20 22:47:17.806064861 +0000
- +++ Python-3.6.1/Modules/_blake2/impl/blake2s-load-xop.h 2017-05-20 22:47:28.749657632 +0000
- @@ -25,7 +25,7 @@
- const __m128i t0 = _mm_shuffle_epi8(src1, sel);
- const __m128i s1 = _mm_shuffle_epi8(src2, _mm_sub_epi8(sel, sixteen));
- const __m128i mask = _mm_or_si128(_mm_cmpeq_epi8(sel, sixteen),
- - _mm_cmpgt_epi8(sel, sixteen)); /* (>=16) = 0xff : 00 */
- + _mm_cmpgt_epi8(sel, sixteen)); /* (>=16) = 0xff : 00 * /
- return _mm_blendv_epi8(t0, s1, mask);
- }*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement