|
Message-ID: <b0f44a3f3a4c691650c23f3d5a1853b0@smtp.hushmail.com> Date: Tue, 07 Apr 2015 09:21:43 +0200 From: magnum <john.magnum@...hmail.com> To: john-dev@...ts.openwall.com Subject: Re: New SIMD generations, code layout On 2015-04-07 03:43, Lei Zhang wrote: > >> On Apr 7, 2015, at 1:47 AM, magnum <john.magnum@...hmail.com> wrote: >> >> On 2015-04-06 19:42, magnum wrote: >>> No! Here is the problem and it's my bug. Look at that code: >> >>> - result[7] = result[6] = result[5] = >>> + result[7] = result[6] = result[5] = result[4] = >> >> Sure enough this made it work on AVX2. Please commit your code, with >> this change. Also, before pushing, please fix the indentation: You are >> supposed to use tabs, not some arbitrary amount of spaces. > > BTW, I see your latest changes committed to branch avx2. Should I also commit my updates to that branch? I just rebased avx2 on latest bleeding-jumbo. Please commit to avx2 branch, and from now on stick to that branch. As soon as it's stable enough for (at least) AVX2 I will merge it into bleeding-jumbo. 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.