vir-simd 0.4.189
Parallelism TS 2 extensions and simd fallback implementation
Loading...
Searching...
No Matches
vir::sized_simd Concept Reference

Satisfied if V is a simd with the given size Width. More...

#include <simd_concepts.h>

Concept definition

template<typename V, size_t Width>
concept vir::sized_simd = any_simd<V> and V::size() == Width
Satisfied if V is a (valid) specialization of simd<T, Abi>.
Definition simd_concepts.h:48
Satisfied if V is a simd with the given size Width.
Definition simd_concepts.h:69

Detailed Description

Satisfied if V is a simd with the given size Width.