Bug 233500

Summary: Remove the code under #if HAVE(ARM_NEON_INTRINSICS)
Product: WebKit Reporter: Said Abou-Hallawa <sabouhallawa>
Component: Layout and RenderingAssignee: Said Abou-Hallawa <sabouhallawa>
Status: RESOLVED INVALID    
Severity: Normal CC: annulen, benjamin, bfulgham, cdumez, cmarcelo, dino, eric.carlson, ews-watchlist, glenn, gyuyoung.kim, heycam, jer.noble, kondapallykalyan, philipj, ryuan.choi, sergio, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=235410
Bug Depends on:    
Bug Blocks: 231253    
Attachments:
Description Flags
Patch
none
Patch none

Said Abou-Hallawa
Reported 2021-11-25 13:21:42 PST
The sources and headers under platform/graphics/cpu/arm/ do not compile anymore. 1. The file platform/graphics/cpu/arm/filters/FEBlendNEON.h won't compile because it references FilterEffect::pixelBufferResult() which does not exist anymore. 2. The file platform/graphics/cpu/arm/filters/FELightingNEON.cpp won't compile because it references FELighting:LightingData which does not exist anymore.
Attachments
Patch (94.99 KB, patch)
2021-11-25 13:28 PST, Said Abou-Hallawa
no flags
Patch (96.21 KB, patch)
2021-11-25 15:11 PST, Said Abou-Hallawa
no flags
Said Abou-Hallawa
Comment 1 2021-11-25 13:28:51 PST
Said Abou-Hallawa
Comment 2 2021-11-25 15:11:27 PST
Said Abou-Hallawa
Comment 3 2021-11-25 23:27:33 PST
These header files were not referenced in the code: platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h platform/graphics/cpu/arm/filters/FEGaussianBlurNEON.h
Radar WebKit Bug Importer
Comment 4 2021-12-02 13:22:21 PST
Said Abou-Hallawa
Comment 5 2022-01-25 14:23:17 PST
Bug 235410 is the opposite of this bug. It tries to get the code under HAVE(ARM_NEON_INTRINSICS) be compiled. So close this one for now. My understanding is a new bot for armv7 might be added to WebKit build system soon.
Note You need to log in before you can comment on or make changes to this bug.