Uses of Package
jdk.incubator.vector
Packages that use jdk.incubator.vector
-
Classes in jdk.incubator.vector used by jdk.incubator.vectorClassDescriptionA specialized
Vector
representing an ordered immutable sequence ofbyte
values.A specializedVector
representing an ordered immutable sequence ofdouble
values.A specializedVector
representing an ordered immutable sequence offloat
values.A specializedVector
representing an ordered immutable sequence ofint
values.A specializedVector
representing an ordered immutable sequence oflong
values.A specializedVector
representing an ordered immutable sequence ofshort
values.AVectorMask
represents an ordered immutable sequence ofboolean
values.Type for all reassociating lane-wise binary operators, usable in expressions likee = v0.
reduceLanes
(ADD)
.Root type for all operator tokens, providing queries for common properties such as arity, argument and return types, symbolic name, and operator name.AVectorShape
selects a particular implementation ofVector
s.AVectorShuffle
represents an ordered immutable sequence ofint
values called source indexes, where each source index numerically selects a source lane from a compatibleVector
.