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