Home | History | Annotate | Download | only in docs

Lines Matching full:vectors

256 .. _langext-vectors:
258 Vectors and Extended Vectors
309 Vector literals can be used to create vectors from a set of scalars, or
310 vectors. Either parentheses or braces form can be used. In the parentheses
1401 <langext-vectors>` instead of builtins, in order to reduce the number of
1467 // Concatenate every other element of 4-element vectors V1 and V2.
1470 // Concatenate every other element of 8-element vectors V1 and V2.
1478 The first two arguments to ``__builtin_shufflevector`` are vectors that have
1480 specify the elements indices of the first two vectors that should be extracted