Function operator||¶
function operator||(const mask<T1, N> &, const mask<T2, N> &) simd¶
template <typename T1, typename T2, size_t N, typename C = std::common_type_t<T1, T2>>
requires(sizeof(T1) == sizeof(T2))
KFR_INTRINSIC mask<C, N> operator||(const mask<T1, N>& x, const mask<T2, N>& y) noexcept Logical OR of two masks (bit-level disjunction, size must match).
Fully qualified name: kfr::operator||(const mask<T1, N> &, const mask<T2, N> &)
Declared at simd/operators.hpp:177
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.