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:
parent
af8acbd7a9
commit
10e2caad46
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ IFDEF idx64
|
||||||
; qsnapvector using SSE
|
; qsnapvector using SSE
|
||||||
|
|
||||||
qsnapvectorsse PROC
|
qsnapvectorsse PROC
|
||||||
sub rsp, 8
|
|
||||||
movaps xmm1, ssemask ; initialize the mask register
|
movaps xmm1, ssemask ; initialize the mask register
|
||||||
movups xmm0, [rcx] ; here is stored our vector. Read 4 values in one go
|
movups xmm0, [rcx] ; here is stored our vector. Read 4 values in one go
|
||||||
movaps xmm2, xmm0 ; keep a copy of the original data
|
movaps xmm2, xmm0 ; keep a copy of the original data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue