[Webkit-unassigned] [Bug 187889] Hard dependency on SSE2 instruction set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 27 21:07:58 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=187889

--- Comment #13 from karogyoker2+webkit at gmail.com ---
To sum up everything:
WebKit cannot run on X86 processors without SSE2 (most of them).
To fix this 2 things needs to be done:
1. Add defined(__SSE2__) to that #if above lfence, shown in my previous comment
2. Compile it with JIT disabled: -DENABLE_JIT=OFF

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180728/f750d661/attachment-0001.html>


More information about the webkit-unassigned mailing list