Skip to content

[GR-52711] Implement GraalWasm SIMD proposal using the Vector API. #11630

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 101 commits into
base: master
Choose a base branch
from

Conversation

graalvmbot
Copy link
Collaborator

@graalvmbot graalvmbot commented Jul 15, 2025

Fixes #9767

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jul 15, 2025
@graalvmbot graalvmbot force-pushed the jmarsik/wasm-simd-vector-api branch 5 times, most recently from df0b8f6 to 85bfd80 Compare July 21, 2025 09:30
@graalvmbot graalvmbot force-pushed the jmarsik/wasm-simd-vector-api branch from bc71e96 to 55fb802 Compare July 22, 2025 11:42
GraalWasm now requires jdk.incubator.vector using "requires static". If
the jdk.incubator.vector was not provided, we fall back to our previous
implementation. This makes incubator warnings opt in.
@graalvmbot graalvmbot force-pushed the jmarsik/wasm-simd-vector-api branch from 55fb802 to 3a4e016 Compare July 22, 2025 12:02
@graalvmbot graalvmbot force-pushed the jmarsik/wasm-simd-vector-api branch from 41c71b6 to 97b4cb3 Compare July 22, 2025 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[GR-52711] Add compiler intrinsics for GraalWasm SIMD instructions
5 participants