C++ class for aligning objects on the stack – codereview.stackexchange.com

I wrote a short class which allocates objects on the stack and aligns them to a specific memory address. Alignment makes sense for some objects (i.e. some SIMD intrinsics require aligned data). I ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

0 Comment to "C++ class for aligning objects on the stack – codereview.stackexchange.com"