Module: libav Branch: master Commit: f5e486f6f8c242bb2be01ad3ae952b5733ba1113
Author: Christophe Gisquet <[email protected]> Committer: Anton Khirnov <[email protected]> Date: Sat Aug 1 17:27:34 2015 +0200 x86inc: Fix instantiation of YMM registers Signed-off-by: Henrik Gramner <[email protected]> Signed-off-by: Anton Khirnov <[email protected]> --- 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 96ebe37..2844fdf 100644 --- a/libavutil/x86/x86inc.asm +++ b/libavutil/x86/x86inc.asm @@ -893,7 +893,7 @@ BRANCH_INSTR jz, je, jnz, jne, jl, jle, jnl, jnle, jg, jge, jng, jnge, ja, jae, %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 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
