In case you missed the News about Axiom miner: we have released faster CPU miner for Axiom. How fast does it go? You will be able to hash 80-120% faster than before, depending on what kind of CPU you have. More info here:
https://www.nicehash.com/index.jsp?p=news&id=23edit: Our team is further pushing limits of Axiom CPU mining. This time, we were able to achieve outstanding 241% speed improvement compared to original Axiom miner. Furthermore, we packed miner together with a nice&slim launcher for easy CPU mining and real-time statistics from NiceHash. More info here:
https://www.nicehash.com/index.jsp?p=news&id=25Can't seem to compile again. Getting these errors on Ubuntu 14.02 system with all dependencies installed:
crypto/mshabal.c:144:3: note: in expansion of macro âPPâ
PP(A[0x4], A[0x3], B[0x8], B[0x5], B[0x1], B[0xE], C[0x0], M(0x8));
^
crypto/mshabal.c:86:11: error: expected â;â before âttâ
__m256i tt; \
^
crypto/mshabal.c:145:3: note: in expansion of macro âPPâ
PP(A[0x5], A[0x4], B[0x9], B[0x6], B[0x2], B[0xF], C[0xF], M(0x9));
^
crypto/mshabal.c:86:11: error: expected â;â before âttâ
__m256i tt; \
^
crypto/mshabal.c:146:3: note: in expansion of macro âPPâ
PP(A[0x6], A[0x5], B[0xA], B[0x7], B[0x3], B[0x0], C[0xE], M(0xA));
^
crypto/mshabal.c:86:11: error: expected â;â before âttâ
__m256i tt; \
^
crypto/mshabal.c:147:3: note: in expansion of macro âPPâ
PP(A[0x7], A[0x6], B[0xB], B[0x8], B[0x4], B[0x1], C[0xD], M(0xB));
^
crypto/mshabal.c:86:11: error: expected â;â before âttâ
__m256i tt; \
^
crypto/mshabal.c:148:3: note: in expansion of macro âPPâ
PP(A[0x8], A[0x7], B[0xC], B[0x9], B[0x5], B[0x2], C[0xC], M(0xC));
^
crypto/mshabal.c:86:11: error: expected â;â before âttâ
__m256i tt; \
^
crypto/mshabal.c:149:3: note: in expansion of macro âPPâ
PP(A[0x9], A[0x8], B[0xD], B[0xA], B[0x6], B[0x3], C[0xB], M(0xD));
^
crypto/mshabal.c:86:11: error: expected â;â before âttâ
__m256i tt; \
^
crypto/mshabal.c:150:3: note: in expansion of macro âPPâ
PP(A[0xA], A[0x9], B[0xE], B[0xB], B[0x7], B[0x4], C[0xA], M(0xE));
^
crypto/mshabal.c:86:11: error: expected â;â before âttâ
__m256i tt; \
^
crypto/mshabal.c:151:3: note: in expansion of macro âPPâ
PP(A[0xB], A[0xA], B[0xF], B[0xC], B[0x8], B[0x5], C[0x9], M(0xF));
^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
__m256i tmp; \
^
crypto/mshabal.c:197:3: note: in expansion of macro âSWAP_AND_SUBâ
SWAP_AND_SUB(B[0x0], C[0x0], M(0x0));
^
crypto/mshabal.c:192:3: error: âtmpâ undeclared (first use in this function)
tmp = xb; \
^
crypto/mshabal.c:197:3: note: in expansion of macro âSWAP_AND_SUBâ
SWAP_AND_SUB(B[0x0], C[0x0], M(0x0));
^
crypto/mshabal.c:191:11: warning: implicit declaration of function â_mm256_supi32â [-Wimplicit-function-declaration]
__m256i tmp; \
^
crypto/mshabal.c:197:3: note: in expansion of macro âSWAP_AND_SUBâ
SWAP_AND_SUB(B[0x0], C[0x0], M(0x0));
^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
__m256i tmp; \
^
crypto/mshabal.c:198:3: note: in expansion of macro âSWAP_AND_SUBâ
SWAP_AND_SUB(B[0x1], C[0x1], M(0x1));
^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
__m256i tmp; \
^
crypto/mshabal.c:199:3: note: in expansion of macro âSWAP_AND_SUBâ
SWAP_AND_SUB(B[0x2], C[0x2], M(0x2));
^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
__m256i tmp; \
^
crypto/mshabal.c:200:3: note: in expansion of macro âSWAP_AND_SUBâ
SWAP_AND_SUB(B[0x3], C[0x3], M(0x3));
^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
__m256i tmp; \
^
crypto/mshabal.c:201:3: note: in expansion of macro âSWAP_AND_SUBâ
SWAP_AND_SUB(B[0x4], C[0x4], M(0x4));
^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
__m256i tmp; \
^
crypto/mshabal.c:202:3: note: in expansion of macro âSWAP_AND_SUBâ
SWAP_AND_SUB(B[0x5], C[0x5], M(0x5));
^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
__m256i tmp; \
^
crypto/mshabal.c:203:3: note: in expansion of macro âSWAP_AND_SUBâ
SWAP_AND_SUB(B[0x6], C[0x6], M(0x6));
^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
__m256i tmp; \
^
crypto/mshabal.c:204:3: note: in expansion of macro âSWAP_AND_SUBâ
SWAP_AND_SUB(B[0x7], C[0x7], M(0x7));
^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
__m256i tmp; \
^
crypto/mshabal.c:205:3: note: in expansion of macro âSWAP_AND_SUBâ
SWAP_AND_SUB(B[0x8], C[0x8], M(0x8));
^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
__m256i tmp; \
^
crypto/mshabal.c:206:3: note: in expansion of macro âSWAP_AND_SUBâ
SWAP_AND_SUB(B[0x9], C[0x9], M(0x9));
^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
__m256i tmp; \
^
crypto/mshabal.c:207:3: note: in expansion of macro âSWAP_AND_SUBâ
SWAP_AND_SUB(B[0xA], C[0xA], M(0xA));
^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
__m256i tmp; \
^
crypto/mshabal.c:208:3: note: in expansion of macro âSWAP_AND_SUBâ
SWAP_AND_SUB(B[0xB], C[0xB], M(0xB));
^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
__m256i tmp; \
^
crypto/mshabal.c:209:3: note: in expansion of macro âSWAP_AND_SUBâ
SWAP_AND_SUB(B[0xC], C[0xC], M(0xC));
^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
__m256i tmp; \
^
crypto/mshabal.c:210:3: note: in expansion of macro âSWAP_AND_SUBâ
SWAP_AND_SUB(B[0xD], C[0xD], M(0xD));
^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
__m256i tmp; \
^
crypto/mshabal.c:211:3: note: in expansion of macro âSWAP_AND_SUBâ
SWAP_AND_SUB(B[0xE], C[0xE], M(0xE));
^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
__m256i tmp; \
^
crypto/mshabal.c:212:3: note: in expansion of macro âSWAP_AND_SUBâ
SWAP_AND_SUB(B[0xF], C[0xF], M(0xF));
^
crypto/mshabal.c:228:3: warning: implicit declaration of function â_mm256_sto_si256â [-Wimplicit-function-declaration]
_mm256_storeu_si256((__m256i *)sc->state + j, A[j]);
^
crypto/mshabal.c:228:33: error: expected expression before â)â token
_mm256_storeu_si256((__m256i *)sc->state + j, A[j]);
^
crypto/mshabal.c:230:33: error: expected expression before â)â token
_mm256_storeu_si256((__m256i *)sc->state + j + 12, B[j]);
^
crypto/mshabal.c:231:33: error: expected expression before â)â token
_mm256_storeu_si256((__m256i *)sc->state + j + 28, C[j]);
^
make[2]: *** [crypto/cpuminer-mshabal.o] Error 1
make[2]: Leaving directory `/home/dhsc19/Downloads/mining/cpuminer-multi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dhsc19/Downloads/mining/cpuminer-multi'
make: *** [all] Error 2
Comment from cpuminer-multi thread says for developer to use git pull.