Full support for Vector API in GraalVM · Issue #10285 · oracle/graal (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

@alina-yur

Description

@alina-yur

TL;DR

Implement the Vector API (JEP 469) in GraalVM JIT and Native Image.

The Vector API enables vector computations that reliably compile at runtime to optimal vector instructions, resulting in performance superior to equivalent scalar computations. Currently, the API is in the eighth incubator in OpenJDK 23 and will incubate until necessary features of Project Valhalla become available as preview features.
Our goal is to add full Vector API support in GraalVM, both Graal JIT and Native Image.

Goals

Non-goals