Fix crash in MSVC x64 qsnapvectorsse, bug #5905

Make MASM x64 qsnapvectorsse the same as the inline version.
Remove leftover OP code, see commit 8a500d71da.
This commit is contained in:
Zack Middleton 2015-01-14 15:15:59 -06:00
parent af8acbd7a9
commit 10e2caad46
1 changed files with 0 additions and 1 deletions

View File

@ -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