Vocabularymath.
vectorsInputsu | a SIMD array |
n | a non-negative integer |
OutputsWord descriptionOutputs a new SIMD array of the same type as
u where every element is equal to the
nth element of
u.
ExamplesUSING: alien.c-types math.vectors math.vectors.simd prettyprint ;
int-4{ 69 42 911 13 } 2 vbroadcast .
int-4{ 911 911 911 911 }
DefinitionMethods