Function bitpermute¶
function bitpermute(const vec<T, N> &) simd¶
template <size_t k, bitperm<k> perm, typename T, size_t N = 1u << k>
KFR_INTRINSIC vec<T, N> bitpermute(const vec<T, N>& w) Permute the elements of a vector according to a bit permutation.
| k | Log2 of the vector length. |
| perm | The bit permutation to apply. |
| T | Element type. |
| N | Vector length (defaults to 1 << k). |
| w | Input vector. |
| The permuted vector. |
Fully qualified name: kfr::bitpermute(const vec<T, N> &)
Declared at simd/bitshuffle.hpp:299
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.