Skip to content

Commit 48487c6

Browse files
committed
[clean] Movement: Remove unneeded mm_empty() call
Fixup-for: 2fce7d9 [effect] Switch "Movement" to use blend.h
1 parent fd8609a commit 48487c6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

avs/vis_avs/e_movement.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -560,9 +560,6 @@ void E_Movement::smp_render(int this_thread,
560560
dest++;
561561
trans++;
562562
}
563-
#ifndef NO_MMX
564-
_mm_empty();
565-
#endif
566563
} else if (this->transform.bilinear) {
567564
while (x--) {
568565
int offs = trans[0] & OFFSET_MASK;

0 commit comments

Comments
 (0)