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