WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
243888
[JSC] Air support in Armv7 will not use advanced SIMD FP registers
https://bugs.webkit.org/show_bug.cgi?id=243888
Summary
[JSC] Air support in Armv7 will not use advanced SIMD FP registers
Joseph Griego
Reported
2022-08-12 11:29:34 PDT
Although there are advanced SIMD extensions to ARMv7 that add an extra 16 floating point registers--these can't be used as f32 operands and so we can't let Air use them without adjusting Air to have some idea about multiple classes of register within the FP bank--on currently supported architectures, any FP register is as good as any other for any operation. Only relevant after
https://bugs.webkit.org/show_bug.cgi?id=241009
is resolved.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-08-19 11:30:45 PDT
<
rdar://problem/98891877
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug