siphash icon indicating copy to clipboard operation
siphash copied to clipboard

Possible a duplicate

Open pda0 opened this issue 11 years ago • 0 comments

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?

pda0 avatar Jul 29 '13 11:07 pda0