Am 04.02.2004 um 21:14 schrieb Krzysztof Czaja:
Andy Schmeder wrote: ...
does PD make any assurance that the vector length will be dyadic (i.e. a
yes
power of two), and also is there any assurance that the memory is aligned in any way (e.g. 128-bit, 64-bit aligned, etc.)?
Actually, the latter is adjustable with the cvs devel_0_37 branch. The default is 128 bits which makes it possible to use SIMD instructions without further complications.
best greetings, Thomas