Bug 247488 - [JSC] RISC-V 64 compilation fails due to missing SIMD instructions
Summary: [JSC] RISC-V 64 compilation fails due to missing SIMD instructions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-11-04 07:30 PDT by Juliana Sims
Modified: 2022-11-18 23:47 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juliana Sims 2022-11-04 07:30:04 PDT
Recently, support began to be added for the upcoming WebAssembly SIMD specification. Unfortunately, RISC-V's vector extension is not yet standardized and this new code breaks compilation since there are no equivalents to the new code for RISC-V.
Comment 1 Juliana Sims 2022-11-04 07:34:06 PDT
Pull request: https://github.com/WebKit/WebKit/pull/6132
Comment 2 Radar WebKit Bug Importer 2022-11-11 06:31:17 PST
<rdar://problem/102238433>
Comment 3 EWS 2022-11-18 23:47:18 PST
Committed 256872@main (969f03eb1212): <https://commits.webkit.org/256872@main>

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