Subject: Re: [boost] Geometry and spatial indexes, my opinion
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2008-10-11 12:12:47


Patrick Mihelich wrote:
> Let's also add in a
> partially unrolled runtime access version that operates 4 elements at a time
> (ideally the compiler would take care of this).

Isn't GCC supposed to implement loop vectorization?
Did you add in there SIMD instructions or not?