Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 16 Sep 2015 06:40:02 +0300
From: Solar Designer <solar@...nwall.com>
To: john-dev@...ts.openwall.com
Subject: Re: Judy array

magnum -

On Wed, Sep 16, 2015 at 04:28:42AM +0300, Solar Designer wrote:
> Implemented better prefetching, patch attached.

I inadvertently had "#define CRK_PREFETCH 64" right in cracker.c.
It should be in params.h only, and these lines:

#if CRK_PREFETCH && defined(__SSE2__)
#include <emmintrin.h>
#endif

should be moved to below all(?) other #include's, so that params.h had a
chance to define CRK_PREFETCH by this point.

Other than that, I think this should be committed.

Alexander

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.