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