Function bitwiseor¶
function bitwiseor(float, float) simd¶
Bitwise OR of x and y . Returns the bitwise disjunction of the two operands.
Fully qualified name: kfr::bitwiseor(float, float)
Declared at simd/operators.hpp:205
Function bitwiseor¶
function bitwiseor(double, double) simd¶
Bitwise OR of x and y . Returns the bitwise disjunction of the two operands.
Fully qualified name: kfr::bitwiseor(double, double)
Declared at simd/operators.hpp:216
Function bitwiseor¶
function bitwiseor(const T1 &, const T2 &) simd¶
template <typename T1, typename T2>
KFR_INTRINSIC std::common_type_t<T1, T2> bitwiseor(const T1& x, const T2& y) Bitwise OR of x and y .
Returns the bitwise disjunction of the two operands.
Fully qualified name: kfr::bitwiseor(const T1 &, const T2 &)
Declared at simd/operators.hpp:278
Function bitwiseor¶
function bitwiseor(initialvalue<T>) simd¶
template <typename T>
constexpr KFR_INTRINSIC T bitwiseor(initialvalue<T>) { … } Identity element for bitwiseor (returns zero).
Fully qualified name: kfr::bitwiseor(initialvalue<T>)
Declared at simd/operators.hpp:284
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.