Checks that all SIMD types Ts share a common number of lanes.
More...
#include <eve/concept/same_lanes.hpp>
- Template Parameters
-
Required header: #include <eve/concept/same_lanes.hpp>
template<typename T0, typename... Ts>
Checks that all SIMD types Ts share a common number of lanes.
Definition same_lanes.hpp:94
Specifies that a type is a SIMD type. The concept simd_value<T> is satisfied if and only if T satisfi...
Definition vectorized.hpp:34