[LLVMdev] Limit loop vectorizer to SSE

Frank Winter fwinter at jlab.org
Fri Nov 15 12:05:31 PST 2013


Good catch! That was the problem in my case too. I totally
overlooked the alignment requirement for AVX.
Frank


On 15/11/13 14:43, Josh Klontz wrote:
> I'm embarrassed to say my bug ended up being a user error. I was passing in
> pointers that were 16-byte aligned instead of 32. Explains why they worked
> fine for SSE but not AVX :) Sorry for the noise!
>
>
>
> --
> View this message in context: http://llvm.1065342.n5.nabble.com/Limit-loop-vectorizer-to-SSE-tp63175p63419.html
> Sent from the LLVM - Dev mailing list archive at Nabble.com.
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev





More information about the llvm-dev mailing list