Skip to content

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 &)

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