Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
6893
Topic
648
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
Quote from: Mionione on July 31, 2010, 11:30:11 PM
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.