mirror of https://git.ffmpeg.org/ffmpeg.git
Don't access upper 32 bits of a 32-bit int on 64-bit systems.
Originally committed as revision 25140 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8328ad1370
commit
ada65af9d1
|
@ -284,7 +284,7 @@ HADAMARD8_DIFF_SSE2 ssse3, 9
|
|||
INIT_XMM
|
||||
; sse16_sse2(void *v, uint8_t * pix1, uint8_t * pix2, int line_size, int h)
|
||||
cglobal sse16_sse2, 5, 5, 8
|
||||
shr r4, 1
|
||||
shr r4d, 1
|
||||
pxor m0, m0 ; mm0 = 0
|
||||
pxor m7, m7 ; mm7 holds the sum
|
||||
|
||||
|
|
Loading…
Reference in New Issue