Bug 241183 - [ARM][NEON] Enable usage of NEON fast paths also in Thumb mode
Summary: [ARM][NEON] Enable usage of NEON fast paths also in Thumb mode
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 241182
Blocks:
  Show dependency treegraph
 
Reported: 2022-06-01 07:32 PDT by Adrian Perez
Modified: 2022-06-08 07:33 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Perez 2022-06-01 07:32:12 PDT
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.
Comment 1 Radar WebKit Bug Importer 2022-06-08 07:33:12 PDT
<rdar://problem/94632210>