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
Hi , Java 16 has released Vector API
You can look at the links for details: https://metebalci.com/blog/what-is-new-in-java-16/ https://openjdk.java.net/jeps/338
Java 16's SIMD API has intrinsic capability. Much faster then JNI.That directly converts these method calls to ARM NEON or AVX512 etc..
It will be good to fit JWave to new Java 16's Vector API
The text was updated successfully, but these errors were encountered:
Hi @eix128 ,
many thanks for the hint.
Maybe we do a branch for this, try using it. How about?
very best Christian
Sorry, something went wrong.
eix128
No branches or pull requests
Hi ,
Java 16 has released Vector API
You can look at the links for details:
https://metebalci.com/blog/what-is-new-in-java-16/
https://openjdk.java.net/jeps/338
Java 16's SIMD API has intrinsic capability.
Much faster then JNI.That directly converts these method calls to ARM NEON or AVX512 etc..
It will be good to fit JWave to new Java 16's Vector API
The text was updated successfully, but these errors were encountered: