From: Christophe Gisquet Date: Tue, 3 Feb 2015 17:02:30 +0000 (+0100) Subject: x86inc: Fix instantiation of YMM registers X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23d4434de9ab5ef32ebb03401d971b8579a65fc6;p=libx264 x86inc: Fix instantiation of YMM registers --- diff --git a/common/x86/x86inc.asm b/common/x86/x86inc.asm index e2683fde..c7ac95b7 100644 --- a/common/x86/x86inc.asm +++ b/common/x86/x86inc.asm @@ -868,7 +868,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