-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
JDK 16 introduces the Vector API for SIMD parallelism directly from Java code: https://docs.oracle.com/en/java/javase/16/docs/api/jdk.incubator.vector/jdk/incubator/vector/package-summary.html
My understanding is that since the original FastPFOR library takes advantage of SIMD, it should be possible to make this one as well. Is that correct?
Metadata
Metadata
Assignees
Labels
No labels