Function duphalves¶
function duphalves(const vec<T, N> &) simd¶
Duplicates the contents of x to form a vector twice as long.
| T | Element type of the vector. |
| N | Input vector length. |
| x | Source vector. |
A vector of length N * 2 containing two copies of x. |
Fully qualified name: kfr::duphalves(const vec<T, N> &)
Declared at simd/shuffle.hpp:694
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.