ffmpeg | branch: master | Christophe Gisquet <[email protected]> | 
Tue Feb  3 13:03:48 2015 +0100| [e93d3a22cb53bd88f551c1ad05cf3db3d453a396] | 
committer: Michael Niedermayer

x86: lavu/x264asm: fix ymm register instantiation

This mimicks what is done for the other instruction sets.

Tested-by: James Almer <[email protected]>
Tested-by: MickaĆ«l Raulet <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e93d3a22cb53bd88f551c1ad05cf3db3d453a396
---

 libavutil/x86/x86inc.asm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavutil/x86/x86inc.asm b/libavutil/x86/x86inc.asm
index fa6a6ab..33b22cd 100644
--- a/libavutil/x86/x86inc.asm
+++ b/libavutil/x86/x86inc.asm
@@ -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

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to