hello when i try to running i get error
Illegal instruction (core dumped)
i try to implement wolf answer to disable aes ni
Configure with --disable-aes-ni
but it seems cpuminer-opt dont have that option
so my question are
1. How i solve this problem
"Illegal instruction (core dumped)"?
Or
2. How to disable aes ni in cpuminer-opt ?
Thank you guys

If you're using the Windows binarires choose one that doesnt' have AES.
If you're using Linux I need a lot more info.
thank you for answer my question

yes it work now, i try to install it on other computer
out of curiosity why not use SSE4 or AVX-512m i think they are more new, and i think it will produce more good hash rate? i am sorry if sounds noob question, but really wonder to know

Neither has any targetted code in cpuminer-opt. AVX512 is too new and there is little to be gained. As vectors
get larger it becomes more difficult or impossible to implemement. Larger vectors also don't help with memory access
which is the bottleneck on many CPU algos.