Skip to content

x86: mc: Skip checks for zero leftext/rightext within the need_left_ext/need_right_ext blocks

Martin Storsjö requested to merge mstorsjo/dav1d:x86-emuedge-checks into master

If leftext/rightext are zero, we invoke a version of v_loop with the whole need_left_ext/need_right_ext parts left out altogether, so these checks seem to be redundant.

Merge request reports