llvmpipe: Fake missing SSSE3 when simulation less capabable machines.

SSE3 != SSSE3 and so far we only use the later.
This commit is contained in:
José Fonseca 2009-11-26 11:16:19 +00:00
parent da1c40260d
commit 953b74d116
1 changed files with 1 additions and 0 deletions

View File

@ -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