Posts

Data-Parallel Types: Algorithms
The data-parallel types library has four special algorithms for SIMD vectors.
The four special…

Data-Parallel Types: Reduction
In this article, I will discuss reduction and mask reduction for data-parallel types.
Reduction
A…

Data-Parallel Types: simd_mask
Thanks to simd_mask, conditional execution of operations on data-parallel types is possible.
Unfortunately,…

Data-Parallel Types – A First Example
After providing a theoretical introduction to the new C++ 26 feature in my last article, “Data-Parallel…

Data-Parallel Types (SIMD)
The data-parallel types (SIMD) library provides data-parallel types and operations on them. Today, I…