projects
/
platform
/
upstream
/
pixman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1248418
)
Call _mm_empty() at the end of fbComposeSetupSSE
author
Søren Sandmann
<sandmann@redhat.com>
Mon, 9 Jun 2008 03:39:03 +0000
(23:39 -0400)
committer
Søren Sandmann
<sandmann@redhat.com>
Mon, 9 Jun 2008 03:39:03 +0000
(23:39 -0400)
pixman/pixman-sse.c
patch
|
blob
|
history
diff --git
a/pixman/pixman-sse.c
b/pixman/pixman-sse.c
index
ca16515
..
13bfe1c
100644
(file)
--- a/
pixman/pixman-sse.c
+++ b/
pixman/pixman-sse.c
@@
-2334,6
+2334,8
@@
fbComposeSetupSSE(void)
}
initialized = TRUE;
+
+ _mm_empty();
}