Function shr¶
function shr(const T1 &, const T2 &) simd¶
template <typename T1, typename T2>
KFR_INTRINSIC T1 shr(const T1& left, const T2& right) Bitwise right shift.
Fully qualified name: kfr::shr(const T1 &, const T2 &)
Declared at simd/operators.hpp:326
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.