[iortcw] 278/497: All: Fix crash in MSVC x64 qsnapvectorsse
Simon McVittie
smcv at debian.org
Fri Sep 8 10:37:07 UTC 2017
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to annotated tag 1.42d
in repository iortcw.
commit 775097d4c2360fc8cf4392de9faa5af51d14973c
Author: M4N4T4RMS at gmail.com <M4N4T4RMS at gmail.com@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a>
Date: Wed Jan 14 22:08:53 2015 +0000
All: Fix crash in MSVC x64 qsnapvectorsse
---
MP/code/asm/snapvector.asm | 1 -
SP/code/asm/snapvector.asm | 1 -
2 files changed, 2 deletions(-)
diff --git a/MP/code/asm/snapvector.asm b/MP/code/asm/snapvector.asm
index a15f5f5..2836d4a 100644
--- a/MP/code/asm/snapvector.asm
+++ b/MP/code/asm/snapvector.asm
@@ -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
diff --git a/SP/code/asm/snapvector.asm b/SP/code/asm/snapvector.asm
index a15f5f5..2836d4a 100644
--- a/SP/code/asm/snapvector.asm
+++ b/SP/code/asm/snapvector.asm
@@ -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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git
More information about the Pkg-games-commits
mailing list