Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sat, 5 Sep 2015 20:48:13 +0200
From: magnum <john.magnum@...hmail.com>
To: john-dev@...ts.openwall.com
Subject: Large stack alignment (was: Re: MD5 on XOP, NEON, AltiVec)

On 2015-09-05 04:47, Solar Designer wrote:
> Guess not confirmed.  We use buffers on the stack, and they are properly
> aligned for 128-bit SIMD.  This is unreliable for AVX2 and above, though.

Are you sure it's unreliable? As far as I can google it, gcc had 
problems with large alignments but it was fixed long before 4.7, which 
is the minimum version you need to even build for AVX2.

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16660
http://stackoverflow.com/questions/841433/gcc-attribute-alignedx-explanation

magnum

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.