JEP 338: Java Vector API

Provide an initial iteration of an incubator module,
jdk.incubator.vector, to express vector computations that reliably compile at runtime to
optimal vector hardware instructions on supported CPU architectures and thus achieve superior
performance to equi… Read more

Similar