Open gndgnd opened 8 years ago
Blake2b.cu is included in equi_miner.cu. open the file and see.
Hi montvid, thank you for your reply. I see that Blake2b.cu is included, but still the blake2 code heavily relies on tromp_cpu that needs at least SSE2. While this is OK on x86 machines, the code wont compile on eg. arm64. If the blake2 code would not obligatorily use x86 intrinsics, it would be great !
Hi,
why is the miner using the tromp_cpu b2b implementation ? According to the CMakeList, there is:
Instead of using the blake2b.cu ?