Bug 260492 - Add IPInt SIMD entrypoint, dispatch logic, and stub implementations
Summary: Add IPInt SIMD entrypoint, dispatch logic, and stub implementations
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 260646
Blocks:
  Show dependency treegraph
 
Reported: 2023-08-21 16:06 PDT by daniel_liu4
Modified: 2023-08-25 14:27 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.