|
Message-ID: <4FDC3584.7090002@banquise.net> Date: Sat, 16 Jun 2012 09:28:04 +0200 From: Simon Marechal <simon@...quise.net> To: john-dev@...ts.openwall.com Subject: Re: Re: [patch] optional new raw sha1 implemetation On 06/16/2012 12:06 AM, Simon Marechal wrote: > On 06/15/2012 11:57 PM, Simon Marechal wrote: >> I just pushed a "fix" that checks if we are using ICC. It should also >> fix the x86-64.S problem. > > I did not fix this properly. There seems to be all kinds of #ifdefs to > alter. In the meantime, people wanting to experiment with icc could just > add -msse4 to their CFLAGS. This is fixed. The problem seems to be that -fast implies -xHost (equivalent to -march=native) for .c files, but not for .S files.
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.