Commit e93d3a22 authored by Christophe Gisquet's avatar Christophe Gisquet Committed by Michael Niedermayer

x86: lavu/x264asm: fix ymm register instantiation

This mimicks what is done for the other instruction sets.
Tested-by: 's avatarJames Almer <jamrial@gmail.com>
Tested-by: 's avatarMickaël Raulet <mraulet@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment