Displaying 1 result from an estimated 1 matches for "2bcdf486".
2013 Jul 21
1
[LLVMdev] Disable vectorization for unaligned data
If I got you right, this is the classic case for loop peeling. I thought
LLVM's vectorizer had something like that already in.
On 21 July 2013 18:16, Arnold Schwaighofer <aschwaighofer at apple.com> wrote:
> I will have to work on this soon as ARM also has pretty inefficient
> unaligned vector loads.
>
NEON does support unaligned access via VLD*/VST*, what loads are you