Bug 276213

Summary: Make SIMD using table lookup
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: DOMAssignee: 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
Reported 2024-07-03 18:01:02 PDT
...
Attachments
Radar WebKit Bug Importer
Comment 1 2024-07-03 18:01:49 PDT
Yusuke Suzuki
Comment 2 2024-07-03 18:02:16 PDT
EWS
Comment 3 2024-07-04 12:21:58 PDT
Committed 280670@main (033adec3616b): <https://commits.webkit.org/280670@main> Reviewed commits have been landed. Closing PR #30478 and removing active labels.
Diego Pino
Comment 4 2024-07-19 06:52:27 PDT
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
Comment 5 2024-07-19 06:53:05 PDT
EWS
Comment 6 2024-07-19 09:45:38 PDT
Committed 281140@main (2dc708928e2f): <https://commits.webkit.org/281140@main> Reviewed commits have been landed. Closing PR #30999 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.