[webkit-changes] [WebKit/WebKit] 0de271: [LibWebRTC] Include AVX2 sources on Intel hosts

Diego Pino noreply at github.com
Tue Jul 4 07:45:35 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0de2717c00294cf52a0f972df65a06cbadd65579
      https://github.com/WebKit/WebKit/commit/0de2717c00294cf52a0f972df65a06cbadd65579
  Author: Diego Pino Garcia <dpino at igalia.com>
  Date:   2023-07-04 (Tue, 04 Jul 2023)

  Changed paths:
    M Source/ThirdParty/libwebrtc/CMakeLists.txt
    R Source/cmake/DetectAVX2.cmake
    M Source/cmake/WebKitCommon.cmake

  Log Message:
  -----------
  [LibWebRTC] Include AVX2 sources on Intel hosts
https://bugs.webkit.org/show_bug.cgi?id=258708

Reviewed by Carlos Alberto Lopez Perez.

This partially reverts 265646 at main.

Include AVX2 sources if host is X86 or X64.
Build AVX2 sources with build flags '-mavx2' and '-mfma'.

* Source/ThirdParty/libwebrtc/CMakeLists.txt:
* Source/cmake/DetectAVX2.cmake: Removed.
* Source/cmake/WebKitCommon.cmake:

Canonical link: https://commits.webkit.org/265754@main




More information about the webkit-changes mailing list