Call _mm_empty() at the end of fbComposeSetupSSE
authorSøren Sandmann <sandmann@redhat.com>
Mon, 9 Jun 2008 03:39:03 +0000 (23:39 -0400)
committerSøren Sandmann <sandmann@redhat.com>
Mon, 9 Jun 2008 03:39:03 +0000 (23:39 -0400)
pixman/pixman-sse.c

index ca16515..13bfe1c 100644 (file)
@@ -2334,6 +2334,8 @@ fbComposeSetupSSE(void)
     }
 
     initialized = TRUE;
+
+    _mm_empty();
 }