diff options
| -rw-r--r-- | 5/seat_id_ssse3.asm (renamed from 5/seat_id_sse3.asm) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/5/seat_id_sse3.asm b/5/seat_id_ssse3.asm index a377932..4d51cbe 100644 --- a/5/seat_id_sse3.asm +++ b/5/seat_id_ssse3.asm @@ -8,7 +8,6 @@ section .rodata section .text seat_id: - xor eax, eax ; set up return value movq xmm0, qword [rdi] ; load first 8 bytes pshufb xmm0, [rel xmm_shuf] ; reverse byte order and already shift left once pcmpeqb xmm0, [rel xmm_cmp] |
