psambit9791 / jdsp

A Java Library for Digital Signal Processing
https://jdsp.dev
MIT License
240 stars 45 forks source link

Java 19+ SIMD support ? #65

Closed eix128 closed 1 year ago

eix128 commented 1 year ago

Java 19 has released simd vector support. It would be good to add simd to support to jdsp library. They are all intrinsinc functions.

You can checkout for library preview: https://medium.com/@Styp/java-18-vector-api-do-we-get-free-speed-up-c4510eda50d2

psambit9791 commented 1 year ago

This is not something that we are planning to work on at the moment.