Possible a duplicate
pda0 opened this issue · 0 comments
pda0 commented
I found this lines in sse2 and ssse3 sipcompress macro implementation:
v13 = _mm_unpacklo_epi64(v11, v33);
v13 = _mm_unpacklo_epi64(v11, v33); \
Looks like its make no sense to write it twice. So it's just a typo or I can't understand something?