Skip to content

Releases: JayDDee/cpuminer-opt

cpuminer-opt-24.1

17 Apr 01:37
Compare
Choose a tag to compare

#414: fix bug in merkle error handling.
#416: change "$nproc" to "$(nproc)" in build scripts.
#420: change some inline function definitions to static inline.
#413: Fix formatting error for share result log when using no-color.
Faster 2 way interleaving.
Cleanup sha256 architecture targetting.

cpuminer-opt-23.15

30 Nov 19:41
Compare
Choose a tag to compare
  • Fixed x11gost (sib) algo for all architectures, broken in v3.23.4.

  • ARM: Fugue AES optimizations enabled.

  • ARM: quark, qubit, x11gost algos optimized with NEON & AES.

cpuminer-opt-23.14

28 Nov 06:03
Compare
Choose a tag to compare

ARM: Groestl AES optimizations enabled.
All: Small optimization to Shabal 4way.
x86_64: Extend Shabal 4way support to SSE2 from SSE4.1.
All: deleted some unused files.

cpuminer-opt-23.13

21 Nov 19:26
Compare
Choose a tag to compare

Added x20r algo.
Eliminated redundant hash order calculations for x16r family.

cpuminer-opt-23.12

20 Nov 17:38
Compare
Choose a tag to compare

Several bug fixes and speed improvements for x16r family for all CPU architectures.

cpuminer-opt-23.11

17 Nov 19:43
Compare
Choose a tag to compare

This is a release candidate for full AArch64 support, marking the end of the Beta phase.
Fixed hmq1725 & x25x algos, SSE2 & NEON, broken in v3.23.4.
Most CPU-mineable SHA3 algos (X*) upgraded to 2-way SSE2 & NEON.

cpuminer-opt-23.10

15 Nov 16:31
Compare
Choose a tag to compare

x86_64: Fixed scrypt, scryptn2 algos SSE2.
Fixed sha512256d algo AVX2, SSE2, NEON.
Fixed a bug in Skein N-way that reduced performance.
ARM: Skein algo optimized for NEON, SHA2 & SSE2.
Skein2 algo 2-way optimized for NEON & SSE2.

cpuminer-opt-23.9

12 Nov 23:55
Compare
Choose a tag to compare

x86_64: fixed minotaurx crash, broken in 23.7.
ARM: #407 fix compile error due to incorrect type casting for vrev instruction argument.

cpuminer-opt-23.8

11 Nov 22:01
Compare
Choose a tag to compare

Cpuminer-opt is no longer dependant on OpenSSL.
Removed Hodl algo.
Removed legacy Sha256 & Scrypt ASM code.
ARM: Echo AES is working and enabled for x17.

cpuminer-opt-23.7

07 Nov 10:04
Compare
Choose a tag to compare

Fixed blakes2s, broken in v3.23.4.
ARM: SHA2 extension tested and working.
ARM: sha512256d fully optimized.
ARM: X17 more optimizations.
ARM: AES extension working for Shavite.
ARM errata: CPU features AES & SHA256 are not reported when available.