Boost logo

Boost :

Subject: Re: [boost] Accelerating algorithms with SIMD - Segmented iterators and alternatives
From: Jeremy Maitin-Shepard (jeremy_at_[hidden])
Date: 2010-10-11 19:46:43


Recent versions of compilers are starting to support automatic loop
vectorization, which can be utilized with minimal, if any, code changes.
  I imagine that as a library author you are more inclined to look for a
library solution to this optimization problem, whereas compiler authors
are more likely to try to implement it as part of the optimizer, but it
seems to me that implementing it in the compiler is generally preferable.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk