JWave icon indicating copy to clipboard operation
JWave copied to clipboard

Java 16 SIMD Support for faster Library

Open eix128 opened this issue 3 years ago • 1 comments

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

eix128 avatar Jun 02 '21 14:06 eix128

Hi @eix128 ,

many thanks for the hint.

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

very best Christian

graetz23 avatar Aug 09 '21 14:08 graetz23