We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement and accelerate Vector API.
Background info: [1] https://openjdk.java.net/jeps/338 [2] https://software.intel.com/en-us/articles/vector-api-developer-program-for-java
Issues and PRs: [3] Testing: #10627 [4] Native stubs: #10061 [5] @Stable annotation: #11990 [6] @ForceInline annotation: #11993 [7] Power helper calling conventions: #11752
@Stable
@ForceInline
@tajila @mstoodle
The text was updated successfully, but these errors were encountered:
@0xdaryl @fjeremic @vijaysun-omr
Sorry, something went wrong.
JEPs: Java 16: https://openjdk.org/jeps/338 Java 17: https://openjdk.org/jeps/414 Java 18: https://openjdk.org/jeps/417 Java 19: https://openjdk.org/jeps/426 Java 20: https://openjdk.org/jeps/438 Java 21: https://openjdk.org/jeps/448 Java 22: https://openjdk.org/jeps/460
No branches or pull requests
Implement and accelerate Vector API.
Background info:
[1] https://openjdk.java.net/jeps/338
[2] https://software.intel.com/en-us/articles/vector-api-developer-program-for-java
Issues and PRs:
[3] Testing: #10627
[4] Native stubs: #10061
[5]
@Stable
annotation: #11990[6]
@ForceInline
annotation: #11993[7] Power helper calling conventions: #11752
@tajila @mstoodle
The text was updated successfully, but these errors were encountered: