[quake3-commits] r2171 - trunk/code/asm
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Mon Sep 19 17:57:15 EDT 2011
Author: thilo
Date: 2011-09-19 17:57:15 -0400 (Mon, 19 Sep 2011)
New Revision: 2171
Modified:
trunk/code/asm/snapvector.asm
Log:
Fix latest commit for x86 msvc
Modified: trunk/code/asm/snapvector.asm
===================================================================
--- trunk/code/asm/snapvector.asm 2011-09-19 18:30:24 UTC (rev 2170)
+++ trunk/code/asm/snapvector.asm 2011-09-19 21:57:15 UTC (rev 2171)
@@ -70,7 +70,7 @@
stmxcsr [esp] ; save SSE control word
ldmxcsr ssecw ; set to round nearest
- mov eax, dword ptr 16[esp] ; store address of vector in eax
+ mov eax, dword ptr 12[esp] ; store address of vector in eax
movaps xmm1, ssemask ; initialize the mask register for maskmovdqu
movups xmm0, [eax] ; here is stored our vector. Read 4 values in one go
movaps xmm2, xmm0 ; keep a copy of the original data
More information about the quake3-commits
mailing list