JayDDee / cpuminer-opt

Optimized multi algo CPU miner
Other
775 stars 545 forks source link

Compile Error #116

Closed JimCook57 closed 6 years ago

JimCook57 commented 6 years ago

Upgraded to 3.8.4 and getting this compile error:

./avxdefs.h:1244:22: error: '#' is not followed by a macro parameter

JayDDee commented 6 years ago

It looks like you became my unwitting AVX512 tester. I should thank you.

Seriously, my current compile environment doesn't support AVX512 yet so I was unable to compile that experimental code. You can block out the entire AVX512 segment (lines 1213 to 1430) or simply remove the erroneous backslash on line 1244.

None of that code is used by cpuminer yet, it's just some preliminary work in anticipation of Cannonlake.

It is good to know if it compiles.

JimCook57 commented 6 years ago

Happy to help. If you need me to do anything else, let me know. It is an i7-7820x. I removed the \ on 1244 and it complied fine.

JayDDee commented 6 years ago

v3.8.4.1 released.