[webkit-changes] [WebKit/WebKit] 3c7d34: REGRESSION(277190 at main): [GTK][WPE] FELightingNeon...
Adrian Perez
noreply at github.com
Wed Oct 16 07:36:43 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3c7d3461a9631054f9c73f2a91ca79d17d8264e1
https://github.com/WebKit/WebKit/commit/3c7d3461a9631054f9c73f2a91ca79d17d8264e1
Author: Adrian Perez de Castro <aperez at igalia.com>
Date: 2024-10-16 (Wed, 16 Oct 2024)
Changed paths:
M Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNeonParallelApplier.cpp
Log Message:
-----------
REGRESSION(277190 at main): [GTK][WPE] FELightingNeonParallelApplier.cpp build failed for cortexa8hf-neon
https://bugs.webkit.org/show_bug.cgi?id=276938
Reviewed by Michael Catanzaro.
PixelBuffer::bytes() returns a std::span after 277190 at main, so do
one more hoop through std::span::data() to get access to the raw
pixel data pointer.
* Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNeonParallelApplier.cpp:
(WebCore::FELightingNeonParallelApplier::applyPlatformParallel const):
Canonical link: https://commits.webkit.org/285263@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