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