Function bitwisenot¶
function bitwisenot(float) simd¶
Function bitwisenot¶
function bitwisenot(double) simd¶
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 &)
Declared at simd/operators.hpp:230
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.