vir-simd 0.4.189
Parallelism TS 2 extensions and simd fallback implementation
|
Classes | |
struct | simd_policy |
Type of the vir::execution::simd execution policy. More... | |
Variables | |
constexpr simd_policy | simd {} |
SIMD execution policy. | |
Equivalent to the std::execution
namespace.
|
inlineconstexpr |
SIMD execution policy.
When this execution policy is used in an algorithm, callables passed to the algorithm are invoked with multiple elements from the input range(s) packed into one or more simd
arguments.
Examples: