Variable vector_width¶
variable vector_width simd¶
template <typename T>
constexpr static size_t vector_width =
(std::max(size_t(1), typeclass<T> == datatype::f ? platform<>::native_float_vector_size / sizeof(T)
: platform<>::native_int_vector_size / sizeof(T))) SIMD vector width (in elements) for type T on the native platform.
| T | The element type. |
Fully qualified name: kfr::vector_width
Declared at simd/platform.hpp:429
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.