Hi, With the advent of intrinsic with is the following a viable implementation of single on the public primitive vector types? @ForceInline public final IntVector<S> single(int e) { return zero().with(0, e); } Paul.