(simd-select) ( a n rep -- x )


Vocabulary
math.vectors.simd.intrinsics

Inputs
aan object
nan object
repan object


Outputs
xan object


Word description
Word which implements nth for SIMD vectors.

Examples
float-4{ 3 4 9 1 } underlying>> 2 float-4-rep (simd-select)
9.0


Definition