Browse Source

Detect Icarus before BitForce

Luke Dashjr 14 years ago
parent
commit
58f4bf9cd3
1 changed files with 4 additions and 4 deletions
  1. 4 4
      miner.c

+ 4 - 4
miner.c

@@ -4772,14 +4772,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