vir-simd 0.4.189
Parallelism TS 2 extensions and simd fallback implementation
Loading...
Searching...
No Matches
Topics
Here is a list of all topics with brief descriptions:
 Algorithm: for-eachIterate over the given range (iterator overload)
 Algorithm: transformApplies the given callable to the elements of the given input range, and stores the result in an output range
 Algorithm: transform_reduceApplies transform_op to corresponding input elements and reduces the results along with the initial value init over reduce_op
 Algorithm: reduceReduces the range along with the initial value init over op
 Algorithm: count_ifReduces the range along with the initial value init over op