Fix build with YASM
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@222 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
@@ -95,7 +95,7 @@ EXTN(jsimd_h2v1_downsample_mmx):
|
|||||||
|
|
||||||
mov eax, JDIMENSION [v_samp(ebp)] ; rowctr
|
mov eax, JDIMENSION [v_samp(ebp)] ; rowctr
|
||||||
test eax,eax
|
test eax,eax
|
||||||
jle short .return
|
jle near .return
|
||||||
|
|
||||||
mov edx, 0x00010000 ; bias pattern
|
mov edx, 0x00010000 ; bias pattern
|
||||||
movd mm7,edx
|
movd mm7,edx
|
||||||
|
|||||||
@@ -253,7 +253,7 @@ EXTN(jsimd_h2v1_merged_upsample_mmx):
|
|||||||
movq MMWORD [edi+2*SIZEOF_MMWORD], mmC
|
movq MMWORD [edi+2*SIZEOF_MMWORD], mmC
|
||||||
|
|
||||||
sub ecx, byte SIZEOF_MMWORD
|
sub ecx, byte SIZEOF_MMWORD
|
||||||
jz short .endcolumn
|
jz near .endcolumn
|
||||||
|
|
||||||
add edi, byte RGB_PIXELSIZE*SIZEOF_MMWORD ; outptr
|
add edi, byte RGB_PIXELSIZE*SIZEOF_MMWORD ; outptr
|
||||||
add esi, byte SIZEOF_MMWORD ; inptr0
|
add esi, byte SIZEOF_MMWORD ; inptr0
|
||||||
|
|||||||
Reference in New Issue
Block a user