Post
Topic
Board Mining (Altcoins)
Re: [ANN]: cpuminer-opt v3.9.2.2, open source optimized multi-algo CPU miner
by
joblo
on 05/06/2019, 15:31:13 UTC
Hello,

I'm getting the following since version 3.9.1.1 on a Xeon D-2141I CPU while compiling with gcc 6.3.0 under a debian system

In file included from algo-gate-api.h:5:0,
                 from util.c:48:
avxdefs.h: In function ‘avx512_compile_test’:

Ooops, that code is supposed to bre turned off in the field. It appears your CPU has some limited AVX512
capabilities, but not enough for my test code. It also shows my test code did not screen properly for
the correct features. But as I said that code should never have been enabled in the release.

A small code edit in avxdefs.h will fix that. Find the follwing code near the bottom of the file and
change "#if 1" to "#if 0". It'll be fixed in the next release.

Code:
#if 1
//////////////////////////////////////////////////
//
//   Compile test.
//
//   Code to test that macros compile.