WebPlatformForEmbedded / WPEWebKit

WPE WebKit port (downstream)
213 stars 136 forks source link

[2.38] Add missing feComposite filter's arithmetic operation implementation #1199

Closed Scony closed 11 months ago

Scony commented 11 months ago

fixes #1145

On ARM platforms having neon intrinsics ABI available the implementation of platfrom-specific arithmetic operation of feComposite filter was not hooked despite the fact that implementation was in place - it was probably missed during cherry-picking.

Scony commented 11 months ago

cc @magomez

magomez commented 11 months ago

Awesome @Scony ! Thanks! can you verify and close https://github.com/WebPlatformForEmbedded/WPEWebKit/issues/1145 when this is merged?