Skip to content

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)

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)

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 &)

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>)

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