Post
Topic
Board Development & Technical Discussion
Re: 4 hashes parallel on SSE2 CPUs for 0.3.6
by
wereHamster
on 01/08/2010, 10:16:48 UTC
care with __attribute__ ((aligned (16))) , it doesn't work with local variable, gcc doesn't align the stack

Maybe gcc doesn't align the stack, but it can (and automatically does) align variables on the stack.