function hbitwiseor(const vec<T, N> &) horizontal¶
template <typename T, size_t N>
KFR_INTRINSIC T hbitwiseor(const vec<T, N>& value) Computes the bitwise OR 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 OR across all elements. |
Defined at simd/horizontal.hpp:160