I don't think most CPUs require more than 16-byte alignment. 64-byte
alignment seems extreme.

On Fri, Sep 18, 2015 at 5:32 AM, Tim Holy <[email protected]> wrote:

> Your best bet is to check src/gc.jl. I'm pretty sure they're already
> aligned
> to 16 bytes, but I don't know about 64 and haven't looked myself.
>
> --Tim
>
> On Friday, September 18, 2015 12:14:19 AM [email protected] wrote:
> > Hi all,
> > I would like to ask if it is possible to enforce memory alignment for
> large
> > arrays, such that that arrays are aligned to 64 bytes and can be
> > efficiently with SIMD instructions. I assume to call library functions
> > wirtten in c/c++.
> > Thanks for the answer.
> > Tomas
>
>

Reply via email to