dynamically allocated aligned memory

I have the need to dynamically allocate a block of memory that is aligned suitably for SSE operations. I saw some discussion of this in the list archives but I can't find any resolution or library that supports this. Does something for this exist in boost? Thanks, Michael Marcin

While we're at it, please consider extending the API to support alignment on cache line and page boundaries as well. Alignment with respect to "ways" in any given level of the cache could help some applications but is much harder to generalize usefully. -----Original Message----- From: Michael Marcin [mailto:mike.marcin@gmail.com] Sent: Saturday, June 21, 2008 5:53 PM To: boost@lists.boost.org Subject: [boost] dynamically allocated aligned memory I have the need to dynamically allocate a block of memory that is aligned suitably for SSE operations. I saw some discussion of this in the list archives but I can't find any resolution or library that supports this. Does something for this exist in boost? Thanks, Michael Marcin
participants (2)
-
Michael Marcin
-
Stephen Nuchia