godeps: pull in ethash android fix

This commit is contained in:
Péter Szilágyi
2015-09-11 15:53:23 +03:00
parent 4e075e4013
commit c6013725a8
6 changed files with 4 additions and 3 deletions

0
Godeps/_workspace/src/github.com/ethereum/ethash/setup.py generated vendored Executable file → Normal file
View File

View File

@ -41,8 +41,8 @@
#define ethash_swap_u64(input_) swap64(input_)
#else // posix
#include <byteswap.h>
#define ethash_swap_u32(input_) __bswap_32(input_)
#define ethash_swap_u64(input_) __bswap_64(input_)
#define ethash_swap_u32(input_) bswap_32(input_)
#define ethash_swap_u64(input_) bswap_64(input_)
#endif

0
Godeps/_workspace/src/github.com/ethereum/ethash/test/c/test.sh generated vendored Executable file → Normal file
View File

0
Godeps/_workspace/src/github.com/ethereum/ethash/test/python/test.sh generated vendored Executable file → Normal file
View File

0
Godeps/_workspace/src/github.com/ethereum/ethash/test/test.sh generated vendored Executable file → Normal file
View File