[webkit-changes] [WebKit/WebKit] 920ba0: Include arch-specific headers in BiquadDSPKernel

Olivier Blin noreply at github.com
Fri Dec 1 01:44:06 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 920ba07bf75fc5f066853531d29bcd7ecac8062d
      https://github.com/WebKit/WebKit/commit/920ba07bf75fc5f066853531d29bcd7ecac8062d
  Author: Olivier Blin <olivier.blin at softathome.com>
  Date:   2023-12-01 (Fri, 01 Dec 2023)

  Changed paths:
    M Source/WebCore/Modules/webaudio/BiquadDSPKernel.cpp

  Log Message:
  -----------
  Include arch-specific headers in BiquadDSPKernel
https://bugs.webkit.org/show_bug.cgi?id=265372

Reviewed by Darin Adler.

Commit 270669 at main for bug 264488 added usage of arch-specific
intrinsics, by backporting a Chromium patch, but it did not include
the matching headers. Build could fail on some ARM platforms.

* Source/WebCore/Modules/webaudio/BiquadDSPKernel.cpp:
(WebCore::hasConstantValue):

Include arch-specific headers, and use WebKit-style macros.

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




More information about the webkit-changes mailing list