[x264-devel] x86inc: Fix instantiation of YMM registers
Christophe Gisquet
git at videolan.org
Tue Feb 24 20:37:44 CET 2015
x264 | branch: master | Christophe Gisquet <christophe.gisquet at gmail.com> | Tue Feb 3 18:02:30 2015 +0100| [23d4434de9ab5ef32ebb03401d971b8579a65fc6] | committer: Anton Mitrofanov
x86inc: Fix instantiation of YMM registers
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=23d4434de9ab5ef32ebb03401d971b8579a65fc6
---
common/x86/x86inc.asm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/x86/x86inc.asm b/common/x86/x86inc.asm
index e2683fd..c7ac95b 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
More information about the x264-devel
mailing list