Skip to content

Function hbitwiseand

function hbitwiseand(const vec<T, N> &) simd

template <typename T, size_t N>
KFR_INTRINSIC T hbitwiseand(const vec<T, N>& value)

Computes the bitwise AND of all elements in the vector.

Template parameters
T The element type of the vector.
N The number of elements in the vector.
Parameters
value The input vector.
Returns
The result of bitwise AND across all elements.

Fully qualified name: kfr::hbitwiseand(const vec<T, N> &)

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.