[Pixman] [PATCH] mmx: add missing _mm_empty call to mmx_composite_src_x888_0565

Matt Turner mattst88 at gmail.com
Sun May 27 10:02:34 PDT 2012


Fixes spurious test failures.
---
 pixman/pixman-mmx.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/pixman/pixman-mmx.c b/pixman/pixman-mmx.c
index bb125bf..ab70275 100644
--- a/pixman/pixman-mmx.c
+++ b/pixman/pixman-mmx.c
@@ -2232,6 +2232,8 @@ mmx_composite_src_x888_0565 (pixman_implementation_t *imp,
 	    w--;
 	}
     }
+
+    _mm_empty ();
 }
 
 static void
-- 
1.7.3.4



More information about the Pixman mailing list