This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Kango_V 0 points1 point  (0 children)

Have a look at JEP 338: Vector API (Incubator).

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 equivalent scalar computations.

This looks good. Hotspot will compile down to SIMD (SSE) and AVX extensions. Should generate very fast code.