Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Tue, 30 Apr 2013 12:00:52 +0200
From: Dániel Bali <balijanosdaniel@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: GPU support under Windows

Hello!

First I get the issue I mentioned before with blake2b_plug. After removing
the plugin I get another error that complains about the same _mm_set and
_mm_add functions.

rawSHA512_ng_fmt.c:21: warning: ignoring #pragma GCC optimize
rawSHA512_ng_fmt.c: In function `alter_endianity_64':
rawSHA512_ng_fmt.c:209: warning: implicit declaration of function
`__builtin_bswap64'
rawSHA512_ng_fmt.c: In function `crypt_all':
rawSHA512_ng_fmt.c:352: warning: implicit declaration of function
`_mm_set_epi64x'
rawSHA512_ng_fmt.c:352: error: incompatible types in assignment
[...]
rawSHA512_ng_fmt.c:365: warning: implicit declaration of function
`_mm_set1_epi64x'
rawSHA512_ng_fmt.c:365: warning: integer constant is too large for "long"
type
rawSHA512_ng_fmt.c:365: error: incompatible types in assignment
[...]
rawSHA512_ng_fmt.c:374: warning: integer constant is too large for "long"
type
rawSHA512_ng_fmt.c:374: error: incompatible type for argument 2 of
`_mm_add_epi64'
[...]
Makefile:2269: recipe for target `rawSHA512_ng_fmt.o' failed

I guess one of clang's dependencies solves this problem.

Regards,
Daniel

Content of type "text/html" skipped

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.