Bug 243888
| Summary: | [JSC] Air support in Armv7 will not use advanced SIMD FP registers | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Griego <joseph.j.griego> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Joseph Griego
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
<rdar://problem/98891877>