Function pow5¶
function pow5(E1 &&) base¶
template <expression_argument E1>
KFR_INTRINSIC expression_make_function<fn::pow5, E1> pow5(E1&& x) Creates an expression that returns x raised to the power of 5.
Fully qualified name: kfr::pow5(E1 &&)
Declared at base/simd_expressions.hpp:296
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.