Bug 260492

Summary: Add IPInt SIMD entrypoint, dispatch logic, and stub implementations
Product: WebKit Reporter: daniel_liu4
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 260646    
Bug Blocks:    

Description daniel_liu4 2023-08-21 16:06:53 PDT
Added to the in-place interpreter to add an alternate SIMD entrypoint, dispatching for SIMD instructions, and unimplementedInstruction labels for all SIMD instructions (not including relaxed SIMD)
Comment 1 Radar WebKit Bug Importer 2023-08-21 16:07:09 PDT
<rdar://problem/114223350>
Comment 2 daniel_liu4 2023-08-21 16:09:02 PDT
Pull request: https://github.com/WebKit/WebKit/pull/16905
Comment 3 EWS 2023-08-22 15:04:51 PDT
Committed 267149@main (7e018ba8b80b): <https://commits.webkit.org/267149@main>

Reviewed commits have been landed. Closing PR #16905 and removing active labels.
Comment 4 WebKit Commit Bot 2023-08-23 23:33:40 PDT
Re-opened since this is blocked by bug 260646
Comment 5 daniel_liu4 2023-08-24 17:03:06 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17046
Comment 6 EWS 2023-08-25 14:27:03 PDT
Committed 267299@main (2fab0f560099): <https://commits.webkit.org/267299@main>

Reviewed commits have been landed. Closing PR #17046 and removing active labels.