Bug 267561
Summary: | [Filters] Remove FELightingNeonParallelApplier | ||
---|---|---|---|
Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
Component: | Layout and Rendering | Assignee: | Said Abou-Hallawa <sabouhallawa> |
Status: | NEW | ||
Severity: | Normal | CC: | bfulgham, 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=267349 | ||
Bug Depends on: | |||
Bug Blocks: | 231253 |
Said Abou-Hallawa
After submitting 272873@main, it turned out that the Arm7 Neon platform does not use this old assembly implementation. Instead it uses the normal software applier. So FELightingNeonParallelApplier can be considered dead code which should to be removed.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/121021380>
Said Abou-Hallawa
Pull request: https://github.com/WebKit/WebKit/pull/22802