Group: shuffle¶
B¶
functionkfr::generic::bitreverse(const vec<T, N> &) Reorders the elements of a vector by reversing the bits of their indices.functionkfr::generic::bitreverse(u32) Reverses the lowestbitsbits of the given unsigned integer.
C¶
functionkfr::convert_endianness(T *, size_t)
D¶
functionkfr::generic::digitreverse4(const vec<T, N> &) Reorders the elements of a vector by reversing base-4 (quaternary) digits of their indices.functionkfr::generic::digitreverse4(u32) Reverses the digits of the given unsigned integer in base-4 (quaternary), using the lowestbitsdigits.functionkfr::generic::digitreverse(const vec<T, N> &) Reorders the elements of a vector by reversing the digits of their indices in the specified radix.