|
|
|
|
|
by rotifer
1119 days ago
|
|
I expect they are referring to the "Vector API" described in JEP 426: Vector API [1]. From the summary: Introduce an API to express vector computations that reliably compile at runtime to optimal vector instructions on supported CPU architectures, thus achieving performance superior to equivalent scalar computations.
[1] https://openjdk.org/jeps/426 |
|