pixman: Branch 'master'

Søren Sandmann Pedersen sandmann at kemper.freedesktop.org
Sun Jun 8 21:00:41 PDT 2008


 pixman/pixman-sse.c |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 2b9115293e5fca70ca9ffe44ef74c80885dcedbb
Author: Søren Sandmann <sandmann at redhat.com>
Date:   Sun Jun 8 23:39:03 2008 -0400

    Call _mm_empty() at the end of fbComposeSetupSSE

diff --git a/pixman/pixman-sse.c b/pixman/pixman-sse.c
index ca16515..13bfe1c 100644
--- a/pixman/pixman-sse.c
+++ b/pixman/pixman-sse.c
@@ -2334,6 +2334,8 @@ fbComposeSetupSSE(void)
     }
 
     initialized = TRUE;
+
+    _mm_empty();
 }
 
 


More information about the xorg-commit mailing list