On 15.06.2013 22:26, Charles R Harris wrote:
> 
> 
> On Sat, Jun 15, 2013 at 2:23 PM, Warren Weckesser
> <warren.weckes...@gmail.com <mailto:warren.weckes...@gmail.com>> wrote:
> 
> 
> Also on 2.7. The -O3 flag seems to cause the problem.
> 
> Chuck
> 

I was wrong when I changed this flag.
The compiler is allowed to assume the data is aligned to the size of the
type.
So when vectorizing it peels the wrong amount of data and ends up with
non 16-byte aligned SSE instructions.
I'll file a pull reverting the change.
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to