You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
Introduce an API to express vector computations that reliably compile at runtime to optimal vector instructions on supported CPU architectures, thus achieving performance superior to equivalent scalar computations.
also, ref: "We propose here to re-incubate the API in JDK 24 with no API changes and no substantial implementation changes relative to JDK 23." -> refer issue #2332
The text was updated successfully, but these errors were encountered:
ref: https://openjdk.org/jeps/489
Summary
Introduce an API to express vector computations that reliably compile at runtime to optimal vector instructions on supported CPU architectures, thus achieving performance superior to equivalent scalar computations.
also, ref: "We propose here to re-incubate the API in JDK 24 with no API changes and no substantial implementation changes relative to JDK 23." -> refer issue #2332
The text was updated successfully, but these errors were encountered: