mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 13:00:09 +01:00
llvmpipe: Fake missing SSSE3 when simulation less capabable machines.
SSE3 != SSSE3 and so far we only use the later.
This commit is contained in:
parent
da1c40260d
commit
953b74d116
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue