[Haskell-cafe] vector, alignment and SIMD through FFI

Bryan O'Sullivan bos at serpentine.com
Fri Jul 6 22:54:58 CEST 2012


On Fri, Jul 6, 2012 at 1:43 PM, Thomas DuBuisson <thomas.dubuisson at gmail.com
> wrote:

> The block of memory is sufficiently aligned for any of the basic
> foreign types that fits into a memory block of the allocated size.
>

That's not the same thing as a guarantee of 16-byte alignment, note, as
none of the standard foreign types have that requirement.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20120706/dab68bb9/attachment.htm>


More information about the Haskell-Cafe mailing list