Commit 3206cccc authored by Michael Kostylev's avatar Michael Kostylev Committed by Ronald S. Bultje

h264: mark h264_idct_add8_10 with number of XMM registers.

This fixes XMM register clobber problems on Win64.
Signed-off-by: 's avatarRonald S. Bultje <rsbultje@gmail.com>
parent b7542dd3
...@@ -315,7 +315,7 @@ IDCT_ADD16INTRA_10 avx ...@@ -315,7 +315,7 @@ IDCT_ADD16INTRA_10 avx
; h264_idct_add8(pixel **dst, const int *block_offset, dctcoef *block, int stride, const uint8_t nnzc[6*8]) ; h264_idct_add8(pixel **dst, const int *block_offset, dctcoef *block, int stride, const uint8_t nnzc[6*8])
;----------------------------------------------------------------------------- ;-----------------------------------------------------------------------------
%macro IDCT_ADD8 1 %macro IDCT_ADD8 1
cglobal h264_idct_add8_10_%1,5,7 cglobal h264_idct_add8_10_%1,5,7,7
%if ARCH_X86_64 %if ARCH_X86_64
mov r10, r0 mov r10, r0
%endif %endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment