Function duphigh¶
function duphigh(const vec<T, N> &) simd¶
Duplicates the upper half of x to fill the whole vector.
The last N/2 elements of x are repeated to occupy all N lanes.
| T | Element type of the vector. |
| N | Input vector length. |
| x | Source vector. |
A vector of length N whose two halves are both copies of the upper half of x. |
Fully qualified name: kfr::duphigh(const vec<T, N> &)
Declared at simd/shuffle.hpp:879
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.