mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-28 06:52:35 +00:00
Fix latest commit for x86 msvc
This commit is contained in:
parent
c927fab58f
commit
9124d26afb
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ ELSE
|
||||||
stmxcsr [esp] ; save SSE control word
|
stmxcsr [esp] ; save SSE control word
|
||||||
ldmxcsr ssecw ; set to round nearest
|
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
|
movaps xmm1, ssemask ; initialize the mask register for maskmovdqu
|
||||||
movups xmm0, [eax] ; here is stored our vector. Read 4 values in one go
|
movups xmm0, [eax] ; 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…
Reference in a new issue