Bug 241183

Summary: [ARM][NEON] Enable usage of NEON fast paths also in Thumb mode
Product: WebKit Reporter: Adrian Perez <aperez>
Component: Tools / TestsAssignee: 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
Reported 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.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-06-08 07:33:12 PDT
Note You need to log in before you can comment on or make changes to this bug.