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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 2 06:38:04 PDT 2019


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

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at igalia.com
 Attachment #366485|1                           |0
        is obsolete|                            |

--- Comment #5 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Comment on attachment 366485
  --> https://bugs.webkit.org/attachment.cgi?id=366485
Detect SSE2 with CMake

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

> CMakeLists.txt:123
> +#---------------------------
> +# Make sure SSE2 is present.
> +#---------------------------
> +include(FindSSE2)
> +if (NOT SSE2_SUPPORT_FOUND)
> +    message(FATAL_ERROR "SSE2 support is required to compile WebKit")
> +endif ()

MIPS bot is failing. This should be guarded by if (WTF_CPU_X86) right?

-- 
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/20190402/2d9d092c/attachment-0001.html>


More information about the webkit-unassigned mailing list