Skip to content

Commit

Permalink
v3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JayDDee committed Apr 17, 2017
1 parent 5325969 commit 0155cd1
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 2,293 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ cpuminer_SOURCES = \
algo/heavy/heavy.c \
algo/heavy/bastion.c \
algo/hmq1725.c \
algo/hodl/aes.c \
algo/hodl/hodl-gate.c \
algo/hodl/hodl-wolf.c \
algo/hodl/aes.c \
algo/hodl/sha512_avx.c \
algo/hodl/sha512_avx2.c \
algo/lbry.c \
Expand Down
11 changes: 8 additions & 3 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Building on Windows prerequisites:
msys
mingw_w64
Visual C++ redistributable 2008 X64
openssl, not sure about this
openssl

Install msys and mingw_w64, only needed once.

Expand All @@ -84,7 +84,7 @@ mounted at "/c/".
Add mingw bin directory to PATH variable
PATH="/c/msys/opt/windows_64/bin/:$PATH"

Instalation complete, compile cpuminer-opt
Instalation complete, compile cpuminer-opt.

Unpack cpuminer-opt source files using tar from msys shell, or using 7zip
or similar Windows program.
Expand Down Expand Up @@ -116,13 +116,18 @@ Support for even older x86_64 without AES_NI or SSE2 is not availble.
Change Log
----------

v3.6.3

Fixed all known issues with SHA support on AMD Ryzen CPUs, still no
Windows binaries.

v3.6.2

SHA accceleration is now supported on AMD Ryzen CPUs when compiled from source,
Windows binaries not yet available.
Fixed groestl algo.
Fixed dmd-gr (Diamond) algo.
Fixed lLbry compile error on Ryzen.
Fixed lbry compile error on Ryzen.
Added SHA support to m7m algo.
Hodl support for CPUs without AES has been removed, use legacy version.

Expand Down
70 changes: 0 additions & 70 deletions algo/hodl/common.h

This file was deleted.

155 changes: 0 additions & 155 deletions algo/hodl/my-byteswap.h

This file was deleted.

103 changes: 0 additions & 103 deletions algo/hodl/my-endian.h

This file was deleted.

Loading

0 comments on commit 0155cd1

Please sign in to comment.