[webkit-changes] [WebKit/WebKit] 9a1ac1: REGRESSION(290095 at main): Broke ARM NEON compilation

alexgcastro noreply at github.com
Fri Feb 14 07:16:33 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9a1ac1be7be17d9d4d719a629e149266e1dbc3b1
      https://github.com/WebKit/WebKit/commit/9a1ac1be7be17d9d4d719a629e149266e1dbc3b1
  Author: Alejandro G. Castro <alex at igalia.com>
  Date:   2025-02-14 (Fri, 14 Feb 2025)

  Changed paths:
    M Source/WebCore/platform/graphics/cpu/arm/filters/FEBlendNeonApplier.cpp
    M Source/WebCore/platform/graphics/cpu/arm/filters/FECompositeNeonArithmeticApplier.cpp

  Log Message:
  -----------
  REGRESSION(290095 at main): Broke ARM NEON compilation
https://bugs.webkit.org/show_bug.cgi?id=287697

Reviewed by Michael Catanzaro.

A missing update of the m_effect member usage after the modification.
It is inside code just compiled for the ARM NEON code, that is why it was
not detected.

* Source/WebCore/platform/graphics/cpu/arm/filters/FEBlendNeonApplier.cpp:
(WebCore::FEBlendNeonApplier::applyPlatform const):
* Source/WebCore/platform/graphics/cpu/arm/filters/FECompositeNeonArithmeticApplier.cpp:
(WebCore::FECompositeNeonArithmeticApplier::apply const):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list