Skip to content
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

Java 16 SIMD Support for faster Library #22

Open
eix128 opened this issue Jun 2, 2021 · 1 comment
Open

Java 16 SIMD Support for faster Library #22

eix128 opened this issue Jun 2, 2021 · 1 comment
Assignees
Projects

Comments

@eix128
Copy link

eix128 commented Jun 2, 2021

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

@graetz23
Copy link
Owner

graetz23 commented Aug 9, 2021

Hi @eix128 ,

many thanks for the hint.

Maybe we do a branch for this, try using it. How about?

very best
Christian

@graetz23 graetz23 added this to To do in JWave via automation Nov 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
JWave
To do
Development

No branches or pull requests

2 participants