Skip to content

Function is_simd_size

function is_simd_size(size_t) simd

template <typename T>
constexpr static bool is_simd_size(size_t size) { … }

Checks whether size is a valid SIMD vector size for type T.

Template parameters
T The element type.
Parameters
size The candidate vector size (in elements).
Returns
true if size is a supported SIMD vector size.

Fully qualified name: kfr::is_simd_size(size_t)

Declared at simd/platform.hpp:488

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