Skip to content

Function bitwiseandnot

function bitwiseandnot(float, float) simd

Bitwise AND-NOT of x and y .

Fully qualified name: kfr::bitwiseandnot(float, float)

Function bitwiseandnot

function bitwiseandnot(double, double) simd

Bitwise AND-NOT of x and y .

Fully qualified name: kfr::bitwiseandnot(double, double)

Function bitwiseandnot

function bitwiseandnot(const T1 &, const T2 &) simd

template <typename T1, typename T2>
KFR_INTRINSIC std::common_type_t<T1, T2> bitwiseandnot(const T1& x, const T2& y)

Bitwise AND-NOT of x and y .

Fully qualified name: kfr::bitwiseandnot(const T1 &, const T2 &)

Function bitwiseandnot

function bitwiseandnot(initialvalue<T>) simd

template <typename T>
constexpr inline T bitwiseandnot(initialvalue<T>) { … }

Identity element for bitwiseandnot (returns all ones).

Fully qualified name: kfr::bitwiseandnot(initialvalue<T>)

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