|
Message-ID: <20160909012247.GA2475@openwall.com> Date: Fri, 9 Sep 2016 03:22:47 +0200 From: Solar Designer <solar@...nwall.com> To: john-dev@...ts.openwall.com Subject: Re: Intel KNL test machine On Thu, Sep 08, 2016 at 11:34:04AM +0800, Lei Zhang wrote: > Ok, here's the first run. I only changed DES_bs_b.c to add test for > __AVX512F__. It took about 40 minutes to finish. A few formats failed > and some seem to be using AVX2 instead of AVX512. I'll see if can fix > them (or some of them) when I have time. Please see the attachment for > details. Thanks. This still says AVX2 for DES - you need to also have the .h file request and report 512 bits. > BTW, it seems John doesn't support out of source build. The generated > Makefile always assumes Makefile.dep is under the same directory. It > would be nice if I can use a separate build directory and not mess > object files with source code :) Yes, we don't support that currently. If Makefile.dep is the only issue (which I doubt), working around it may be as easy as "touch Makefile.dep" (it's usually empty anyway). 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.