Skip to content

Variable maximum_expression_width

variable maximum_expression_width base

template <typename T>
constexpr size_t maximum_expression_width = vector_width_for<T, cpu_t::highest> * 2

Maximum vector width (in elements) supported by an expression handle for type T.

Twice the widest native vector for the highest available CPU target; get_elements/set_elements calls requesting more than this are split recursively.

Fully qualified name: kfr::maximum_expression_width

Declared at base/handle.hpp:45

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.