Skip to content

x86: Remove leftover instruction in loopfilter AVX2 asm

Henrik Gramner requested to merge gramner/dav1d:x86_lf_leftover_pand into master

In 0aca76c3 sequences of pand/pandn/por was replaced by pblendvb, but one instruction (which now acts as a no-op) was accidentally left in.

Merge request reports