New functionality:
- new functions
compositions
andshuffle_signbit
shuffles
(andcompositions
) now support more than two components and can also work on aSmallBitSet
. For this to be fast the processor must support the BMI2 instruction set.split_rest
is now supported forSmallVector
andPackedVector
, so that in assignments of the formx, w..., y = v
the type ofw
is that ofv
instead ofVector
copy
is now supported forSmallVector
andPackedVector
.
Breaking changes:
- the element type for the
shuffles
iterator has changed