x86: mc: Skip checks for zero leftext/rightext within the need_left_ext/need_right_ext blocks
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.