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

Modelled if std::ranges::contiguous_range is modelled and the value-type of Rng can be transformed via vir::simdize. More...

#include <simd_execution.h>

Concept definition

template<typename Rng>
}
Modelled if std::ranges::contiguous_range is modelled and the value-type of Rng can be transformed vi...
Definition simd_execution.h:405
typename detail::simdize_impl< T, N >::type simdize
Apply a type transformation to a scalar type to produce a data-parallel type.
Definition simdize.h:1019

Detailed Description

Modelled if std::ranges::contiguous_range is modelled and the value-type of Rng can be transformed via vir::simdize.