Didier Messages: 728 Registered: November 2008 Location: France
Contributor
Hi Novo,
I haven't tried the samples you are talking about but for special assembler functions to work (SSE, or whatever, ....) the memory has to be aligned on 4 bytes or 64 bytes or 128 bytes or more maybe.
The alignement depends on the assembler instructions used.
If the memory is not aligned correctly either you get bad results or just poor execution timings.