<p dir="ltr">On 2 Apr 2016 9:45 am, "Martin Nowak via Digitalmars-d" <<a href="mailto:digitalmars-d@puremagic.com">digitalmars-d@puremagic.com</a>> wrote:<br>
><br>
> On Saturday, 2 April 2016 at 06:13:24 UTC, Iain Buclaw wrote:<br>
>><br>
>> I would just let the compiler optimize / vectorize the operation, but then again that it is probably just me who thinks these things.<br>
><br>
><br>
> It's intended to replace the array ops in druntime, relying on vecorizers won't suffice, e.g. your example already stops working when I pass dynamic instead of static arrays.<br>
><br>
><br>
>> I'm not aware of any intrinsic to load unaligned data. Only to assume alignment.<br>
><br>
><br>
> __builtin_ia32_loadups<br>
> __builtin_ia32_storeups</p>
<p dir="ltr">Any agnostic way to... :-)</p>