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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 22 23:21:01 PDT 2018


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

--- Comment #10 from karogyoker2+webkit at gmail.com ---
> This way Pentium 4 users will be saved: !OS(WINDOWS) && CPU(X86_SSE2)

Sorry, this was bad, obviously it should be !OS(WINDOWS) && (CPU(X86_SSE2) || CPU(X86_64))

-- 
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/20180723/ff0c194e/attachment.html>


More information about the webkit-unassigned mailing list