Skip to content

Commit

Permalink
v3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JayDDee committed Oct 2, 2020
1 parent cdd5875 commit c85fb38
Show file tree
Hide file tree
Showing 44 changed files with 1,351 additions and 747 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ cpuminer_SOURCES = \
algo/groestl/aes_ni/hash-groestl.c \
algo/groestl/aes_ni/hash-groestl256.c \
algo/fugue/sph_fugue.c \
algo/fugue/fugue-aesni.c \
algo/hamsi/sph_hamsi.c \
algo/hamsi/hamsi-hash-4way.c \
algo/haval/haval.c \
Expand Down
8 changes: 7 additions & 1 deletion RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Please include the following information:
1. CPU model, operating system, cpuminer-opt version (must be latest),
binary file for Windows, changes to default build procedure for Linux.

2. Exact comand line (except user and pw) and intial output showing
2. Exact command line (except user and pw) and intial output showing
the above requested info.

3. Additional program output showing any error messages or other
Expand All @@ -65,6 +65,12 @@ If not what makes it happen or not happen?
Change Log
----------

v3.15.0

Fugue optimized with AES, improves many sha3 algos.
Minotaur algo optimized for all architectures.
Fixed neoscrypt BUG log.

v3.14.3

#265: more mutex changes to reduce blocking with high thread count.
Expand Down
Loading

0 comments on commit c85fb38

Please sign in to comment.