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

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

#include <simd_execution.h>

Concept definition

template<typename It>
}
Modelled if std::contiguous_iterator is modelled and the value-type of It can be transformed via vir:...
Definition simd_execution.h:413
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::contiguous_iterator is modelled and the value-type of It can be transformed via vir::simdize.