$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Accelerating algorithms with SIMD - Segmented iterators and alternatives
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2010-10-13 06:07:23
On 13/10/10 10:52, Mathias Gaunard wrote:
> Using a pull solution for iteration, the former /could/ take care of the
> non-aligned cases at the beginning and at the end of the mystuff range
> through overloading.
Sorry, I meant a push solution, not a pull one.
Might be clearer to use higher-order functional, origami or some other
term to describe it.