|
Message-ID: <20130518081017.GA19213@openwall.com> Date: Sat, 18 May 2013 12:10:17 +0400 From: Solar Designer <solar@...nwall.com> To: john-users@...ts.openwall.com Subject: Re: Make issues with make clean macosx-x86-64-native On Fri, May 17, 2013 at 01:33:06PM +0000, Kyle Gray wrote: > Got any other ideas what might be going on? It is clear that your compiler produces AVX code, but your assembler does not understand AVX. Is your goal behind using a "-native" target specifically to make use of AVX, which your CPU apparently supports? If not, just build using the "macosx-x86-64" target (drop the "-native"). Of course, the resulting code would be expected to be slightly slower (SSE2 rather than AVX) for some formats. If you do insist on making use of AVX, then continue struggling with the assembler, to get it to recognize AVX. > On 17 May, 2013, at 0:52 , Kyle Gray <nox@....com> wrote: > >invalid instruction mnemonic 'vcvttsd2siq' 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.