siphash
siphash copied to clipboard
Possible a duplicate
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?