Bug 241183
Summary: | [ARM][NEON] Enable usage of NEON fast paths also in Thumb mode | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adrian Perez <aperez> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 241182 | ||
Bug Blocks: |
Adrian Perez
NEON instructions can be used when targeting both the traditional ARM
instruction set and the Thumb instruction set; but some parts of the
code are guarded with ARM_NEON && ARM_TRADITIONAL and therefore are
currently not being built when the compilation options result in the
compiler using Thumb instructions.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/94632210>