提交 e93d3a22 编写于 作者: C Christophe Gisquet 提交者: Michael Niedermayer

x86: lavu/x264asm: fix ymm register instantiation

This mimicks what is done for the other instruction sets.
Tested-by: NJames Almer <jamrial@gmail.com>
Tested-by: NMickaël Raulet <mraulet@gmail.com>
Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 d304cb49
......@@ -871,7 +871,7 @@ SECTION .note.GNU-stack noalloc noexec nowrite progbits
%assign %%i 0
%rep num_mmregs
CAT_XDEFINE m, %%i, ymm %+ %%i
CAT_XDEFINE nymm, %%i, %%i
CAT_XDEFINE nnymm, %%i, %%i
%assign %%i %%i+1
%endrep
INIT_CPUFLAGS %1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册