-
CSR
-
Resolution: Unresolved
-
P4
-
None
-
None
-
source
-
minimal
-
None. Adding new methods to an incubated library.
-
Java API
Summary
Adding access to and from MemorySegments for VectorShuffle
in the Vector API incubator. These methods mirror VectorShuffle
access to and from arrays.
Problem
The Vector
class currently supports access to and from MemorySegments
, but VectorShuffle
does not.
Solution
We will add and implement intoMemorySegment
and fromMemorySegment
to the VectorShuffle
class and its corresponding subclasses to add this functionality to VectorShuffle
.
Specification
TBD
- csr of
-
JDK-8351993 VectorShuffle access to and from MemorySegments
-
- Open
-