Dmitriy Pomerantsev
Results
2
issues of
Dmitriy Pomerantsev
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...
I suspect that there is a one-bit position error when storing bits in the resulting array, in case of skipping version and variant. I was generating uuid with 24 bit...
bug