Function reciprocal¶
function reciprocal(const T &) simd¶
template <typename T>
constexpr KFR_INTRINSIC T reciprocal(const T& x) { … } Multiplicative inverse of x .
Fully qualified name: kfr::reciprocal(const T &)
Declared at simd/operators.hpp:697
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.