projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da1c402
)
llvmpipe: Fake missing SSSE3 when simulation less capabable machines.
author
José Fonseca
<jfonseca@vmware.com>
Thu, 26 Nov 2009 11:16:19 +0000
(11:16 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Thu, 26 Nov 2009 11:16:35 +0000
(11:16 +0000)
SSE3 != SSSE3 and so far we only use the later.
src/gallium/drivers/llvmpipe/lp_jit.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_jit.c
b/src/gallium/drivers/llvmpipe/lp_jit.c
index c601c79480f7b8504cf42473fcacdf65f610f254..bce3baec1643637f70dfbc8c2d1988aa0c5282ab 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_jit.c
+++ b/
src/gallium/drivers/llvmpipe/lp_jit.c
@@
-154,6
+154,7
@@
lp_jit_screen_init(struct llvmpipe_screen *screen)
#if 0
/* For simulating less capable machines */
util_cpu_caps.has_sse3 = 0;
+ util_cpu_caps.has_ssse3 = 0;
util_cpu_caps.has_sse4_1 = 0;
#endif