Releases: JayDDee/cpuminer-opt
cpuminer-opt-25.2
ARM: Fixed regression from v25.1 that could cause build fail.
BSD: FreeBSD is now supported. Other BSDs may also work.
MacOS: build with installed jansson library instead of compiling the included source code.
Windows: remove "_WIN32_WINNT=0x0601" which is a downgrade on Win11.
Changed build.sh shell from bash to sh.
cpuminer-opt-25.1
MacOS ARM64: m7m algo is now working.
MacOS x86_64: is now working compiled with GCC.
Fixed some minor bugs & removed some obsolete code.
cpuminer-opt-24.8
ARM: Apple MacOS on M series CPU is now supported compiled from source code, see Wiki for details.
ARM: Fix incorrect compiler version display when using clang.
build.sh can now be used to compile all targets, arm_build.sh & build_msys2.sh have been removed.
Windows: MSys2 build now enables CPU groups by default, prebuilt binaries continue to be compiled with CPU groups disabled.
cpuminer-opt-24.7
ARM: compile works for Windows using MSys2 & MingW, see wiki for details.
cpuminer-opt-24.6
ARM: Fixed scryptn2, x16*, broken in v24.2.
ARM: Small improvement to interleaving.
Eliminated some potential compile errors in code that was dependent on compiler optimisations.
x86_64: improved support for AVX10 compilation, needs GCC-14 or higher.
cpuminer-opt-24.5
Fix MinGW compile error after MSys2 upgrade to GCC-14.2.
#427: GBT: Improved handling of new work.
Removed shavite3 algo.
cpuminer-opt-24.4
x86_64: fixed a bug in ornot macro for AVX2 which broke some algos in v24.2.
x86_64: fixed a bug in alignr macros for SSE2.
ARM: CPU feature reporting enhancements.
Some code cleanup.
cpuminer-opt-24.3
ARM: CPU feature detection and reporting is now working.
ARM: Verthash is now working.
ARM: Small speedup for yescrypt, yespower & argon2d.
Code cleanup.
cpuminer-opt-24.2
x86_64: Fixed blakes2s for AVX2 & AVX512, x25x for AVX512, broken in v3.23.4.
x86_64: Initial support for CPUs with AVX10, needs GCC-14.
ARM NEON: Various code optimisations.