[Webkit-unassigned] [Bug 196488] [CMake] Detect SSE2 at compile time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 10 11:41:16 PDT 2019


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

Konstantin Tokarev <annulen at yandex.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |annulen at yandex.ru

--- Comment #11 from Konstantin Tokarev <annulen at yandex.ru> ---
Comment on attachment 366492
  --> https://bugs.webkit.org/attachment.cgi?id=366492
Detect SSE2 with CMake

View in context: https://bugs.webkit.org/attachment.cgi?id=366492&action=review

> CMakeLists.txt:123
> +        message(FATAL_ERROR "SSE2 support is required to compile WebKit")

This is wrong, we should switch to CLoop if SSE2 is not supported, otherwise add -msse2 to cflags

-- 
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/20190410/e43017af/attachment-0001.html>


More information about the webkit-unassigned mailing list