mirror of
https://github.com/GOSTSec/sgminer
synced 2025-03-12 13:41:05 +00:00
Merge pull request #195 from kanoi/hack
Change FPGA detection order since BFL hangs on an ICA
This commit is contained in:
commit
3aebcc36d0
@ -4842,14 +4842,14 @@ int main(int argc, char *argv[])
|
|||||||
opencl_api.api_detect();
|
opencl_api.api_detect();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USE_BITFORCE
|
|
||||||
bitforce_api.api_detect();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef USE_ICARUS
|
#ifdef USE_ICARUS
|
||||||
icarus_api.api_detect();
|
icarus_api.api_detect();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef USE_BITFORCE
|
||||||
|
bitforce_api.api_detect();
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef USE_ZTEX
|
#ifdef USE_ZTEX
|
||||||
ztex_api.api_detect();
|
ztex_api.api_detect();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user