Function hbitwisexor¶
function hbitwisexor(const vec<T, N> &) simd¶
template <typename T, size_t N>
KFR_INTRINSIC T hbitwisexor(const vec<T, N>& value) Computes the bitwise XOR of all elements in the vector.
| T | The element type of the vector. |
| N | The number of elements in the vector. |
| value | The input vector. |
| The result of bitwise XOR across all elements. |
Fully qualified name: kfr::hbitwisexor(const vec<T, N> &)
Declared at simd/horizontal.hpp:172
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.