NEW 241183
[ARM][NEON] Enable usage of NEON fast paths also in Thumb mode
https://bugs.webkit.org/show_bug.cgi?id=241183
Summary [ARM][NEON] Enable usage of NEON fast paths also in Thumb mode
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.