Node:Data Alignment, Next:Multi-dimensional Array Format, Previous:Other Important Topics, Up:Other Important Topics
In order to get the best performance from FFTW, one needs to be somewhat aware of two problems related to data alignment on x86 (Pentia) architectures: alignment of allocated arrays (for use with SIMD acceleration), and alignment of the stack.