Hello!
I cannot compile vericoind-1.7 and veriumd-1.1 with USE_AVX=1 USE_AVX2=1. The following errors are printed when linking:
obj/scrypt.o: In function `scrypt_N_1_1_256_multi(void*, uint256, int*, unsigned char*)':
scrypt.cpp:(.text+0xc76): undefined reference to `sha256_transform_8way'
scrypt.cpp:(.text+0xc96): undefined reference to `sha256_init_8way'
scrypt.cpp:(.text+0xcf8): undefined reference to `sha256_transform_8way'
scrypt.cpp:(.text+0xd04): undefined reference to `sha256_init_8way'
...
Does anyone know what the problem?
I may not know for sure, but I think Verium is mined using the SSE instruction set, not AVX/2. I would just compile with default options, should take care of the issue assuming there aren't any package dependency issues.