|
Message-ID: <03ee6a2e11ae04860c282ee2741bf03d@smtp.hushmail.com> Date: Mon, 29 Apr 2013 15:44:34 +0200 From: magnum <john.magnum@...hmail.com> To: john-dev@...ts.openwall.com Subject: Re: GPU support under Windows On 29 Apr, 2013, at 14:59 , Dániel Bali <balijanosdaniel@...il.com> wrote: > I tried to create a list of plugins/libraries that need to be installed for cygwin to be able to compile JtR with OpenCL. > I started with a clean clone of the bleeding-jumbo repository and a clean Cygwin installation (only installed gcc, make, libgcc1 and openssl-devel). I was really happy to see that the new makefile rule is in the repository already. However this time I got an error that I haven't seen before: > > blake2b_plug.c: In function `blake2b_compress': > blake2b_plug.c:292: warning: dereferencing type-punned pointer will break strict-aliasing rules > blake2b_plug.c:296: warning: implicit declaration of function `_mm_set_epi64x' Did you by any chance uncomment the "OMPFLAGS = -fopenmp" line? If so, try the one below instead, saying "OMPFLAGS = -fopenmp -msse2". I never understood why that is needed for some targets despite they already say -msse2 elsewhere. 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.