summaryrefslogtreecommitdiff
path: root/trunk/simd
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-04-21 17:20:12 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-04-21 17:20:12 +0000
commitb2e39b7cd7d9168331969b95ed6468c2a3c73046 (patch)
tree2ee7ca74b1929f5527a5b4419442109d00db4854 /trunk/simd
parent34e782c2dfe61cef3ed71b34362b02cd8e85fad1 (diff)
Win64 should fully work now
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@178 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/simd')
-rw-r--r--trunk/simd/jdmrgss2-64.asm16
1 files changed, 8 insertions, 8 deletions
diff --git a/trunk/simd/jdmrgss2-64.asm b/trunk/simd/jdmrgss2-64.asm
index b768208..121bb82 100644
--- a/trunk/simd/jdmrgss2-64.asm
+++ b/trunk/simd/jdmrgss2-64.asm
@@ -521,10 +521,10 @@ EXTN(jsimd_h2v2_merged_upsample_sse2):
push rax
%ifdef WIN64
- ; rcx already parameter 1
- mov rdx, rdi
- mov r8, rax
- mov r9, rbx
+ mov r8, rcx
+ mov r9, rdi
+ mov rcx, rax
+ mov rdx, rbx
%else
mov rdx, rcx
mov rcx, rdi
@@ -554,10 +554,10 @@ EXTN(jsimd_h2v2_merged_upsample_sse2):
push rax
%ifdef WIN64
- ; rcx already parameter 1
- mov rdx, rdi
- mov r8, rax
- mov r9, rbx
+ mov r8, rcx
+ mov r9, rdi
+ mov rcx, rax
+ mov rdx, rbx
%else
mov rdx, rcx
mov rcx, rdi