Fix latest commit for x86 msvc

This commit is contained in:
Thilo Schulz 2011-09-19 21:57:15 +00:00
parent c927fab58f
commit 9124d26afb
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ ELSE
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