Bug 276213
| Summary: | Make SIMD using table lookup | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Yusuke Suzuki <ysuzuki> |
| Component: | DOM | Assignee: | Diego Pino <dpino> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dpino, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Yusuke Suzuki
...
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/131089475>
Yusuke Suzuki
Pull request: https://github.com/WebKit/WebKit/pull/30478
EWS
Committed 280670@main (033adec3616b): <https://commits.webkit.org/280670@main>
Reviewed commits have been landed. Closing PR #30478 and removing active labels.
Diego Pino
Compilation in WPE-Linux-64-bit-Release-Ubuntu-2204-Build is broken after this patch.
https://build.webkit.org/#/builders/1060
```
/home/buildbot/worker/WPE-Linux-64-bit-Release-Ubuntu-2204-Build/build/Source/WebCore/html/parser/HTMLDocumentParserFastPath.cpp:494:71: internal compiler error: in unpack_concept_check, at cp/constraint.cc:260
494 | constexpr simde_uint8x16_t v0f = SIMD::splat<uint8_t>(0x0f);
|
```
It's an internal compiler error in GCC11.
Diego Pino
Re-opening for pull request https://github.com/webkit/webkit/pull/30999
EWS
Committed 281140@main (2dc708928e2f): <https://commits.webkit.org/281140@main>
Reviewed commits have been landed. Closing PR #30999 and removing active labels.