Skip to content

Function bitwisenot

function bitwisenot(float) simd

Bitwise NOT of x .

Fully qualified name: kfr::bitwisenot(float)

Function bitwisenot

function bitwisenot(double) simd

Bitwise NOT of x .

Fully qualified name: kfr::bitwisenot(double)

Function bitwisenot

function bitwisenot(const T1 &) simd

template <typename T1>
KFR_INTRINSIC T1 bitwisenot(const T1& x)

Bitwise NOT of x .

Fully qualified name: kfr::bitwisenot(const T1 &)

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