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