Node:Data Alignment, Next:, Previous:Other Important Topics, Up:Other Important Topics



3.1 Data Alignment

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.