mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/x86/v210enc: remove unneeded instruction
This commit is contained in:
parent
c67a2b14a2
commit
690b7890f0
|
@ -331,7 +331,6 @@ cglobal v210_planar_pack_8, 5, 5, 7+notcpuflag(avx512icl), y, u, v, dst, width
|
|||
vpternlogd m0, m1, m6, 0xd8 ; C?B:A ; merge and mask out bad bits from B
|
||||
%else
|
||||
pand m1, m6, m1
|
||||
pandn m0, m6, m0
|
||||
por m0, m0, m1
|
||||
%endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue