Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Tue, 16 Apr 2013 8:44:25 -0400
From:  <jfoug@....net>
To: john-dev@...ts.openwall.com
Cc: magnum <john.magnum@...hmail.com>
Subject: Re: [patch] sse/xop implementation of raw-sha256


---- magnum <john.magnum@...hmail.com> wrote: 
> 
> But the offenders are #ifdef __XOP__ or __SSSE3__, no? Or do you mean a 32-bit VC doesn't support all SSE2 intrinsics?

warning C4013: '_mm_set1_epi64x' undefined; assuming extern returning int

Then within MSDN, it lists _mm_set1_epi64x only defined under x64 builds  http://msdn.microsoft.com/en-us/library/9tft44w7(v=vs.80).aspx

So yes, the 32 bit compiler is failing to compile 'some' valid SSE2 intrinsic instructions.

Jim.

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.