Variable vector_capacity¶
variable vector_capacity simd¶
template <typename T>
constexpr static size_t vector_capacity = platform<>::simd_register_count * vector_width<T> Total SIMD capacity (in elements) for type T on the native platform.
| T | The element type. |
Fully qualified name: kfr::vector_capacity
Declared at simd/platform.hpp:460
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.