nervosnetwork / ckb-miner

ckb miner for avx2 cpu, avx512 cpu and GPU
MIT License
31 stars 13 forks source link

does not have features: avx512 #13

Open m44-io opened 4 years ago

m44-io commented 4 years ago

Environment

Describe the bug

$ cargo build --release --features avx512 error: Package ckb-miner v0.24.0 (/tmp/ckb-miner) does not have these features: avx512

(also tried 'cargo build --release --features avx2' with same result)

kilb commented 4 years ago

if you want to use avx512, just run 'cargo build --release'.