Skip to content

Commit

Permalink
Fix crash in MSVC x64 qsnapvectorsse, bug #5905
Browse files Browse the repository at this point in the history
Make MASM x64 qsnapvectorsse the same as the inline version.
Remove leftover OP code, see commit 8a500d7.
  • Loading branch information
zturtleman committed Jan 14, 2015
1 parent af8acbd commit 10e2caa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/asm/snapvector.asm
Expand Up @@ -46,7 +46,6 @@ IFDEF idx64
; qsnapvector using SSE

qsnapvectorsse PROC
sub rsp, 8
movaps xmm1, ssemask ; initialize the mask register
movups xmm0, [rcx] ; here is stored our vector. Read 4 values in one go
movaps xmm2, xmm0 ; keep a copy of the original data
Expand Down

0 comments on commit 10e2caa

Please sign in to comment.