Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2033479922b99ed4b926fdce7fbe497cd83e08ac
https://github.com/WebKit/WebKit/commit/2033479922b99ed4b926fdce7fbe497cd83e08ac
Author: Charlie Wolfe <[email protected]>
Date: 2026-09-10 (Thu, 10 Sep 2026)
Changed paths:
M Source/WebCore/platform/graphics/PixelBufferConversion.cpp
Log Message:
-----------
Use CPU(ARM64) to guard the fast path added in 320853@main
https://bugs.webkit.org/show_bug.cgi?id=323933
rdar://187173200
Reviewed by Gerald Squelart.
It turns out HAVE(ARM_NEON_INTRINSICS) is only defined on 32-bit ARM, and not
ARM64. Use CPU(ARM64)
to guard this instead.
* Source/WebCore/platform/graphics/PixelBufferConversion.cpp:
(WebCore::convertImagePixelsAcceleratedMatchingSize):
Canonical link: https://commits.webkit.org/320906@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications