forked from zoogie/bfCL
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove uneccessary externs * Improve Makefile - For Windows, the Makefile now checks if INTELSDKROOT is actually defined in order to prevent accidental inclusion of an 'include' directory (if one exists) - The Makefile has a few comments reworded and cleaned up * Another few rewordings in the Makefile * Rectify a mistake that causes LFCS mining to forcefully use 28 group bits * Possibly prevent CL_DEVICE_NOT_FOUND errors from occurring * Correct a comment's wording * Simplify Makefile and enforce 64-bit compilation * Use OpenCL 1.2 headers if unified headers are used * Use fgets() instead of scanf() and add some utils * Revert "Possibly prevent CL_DEVICE_NOT_FOUND errors from occurring" This reverts commit 8c14941 since it seems that there is no apparent benefit. * Code reorganization & cleanup * Finalize 'seedminer mode' * Rewording and temporarily delete unistd.h * Include unistd.h inside of utils.h instead * Update utils.h * Update utils.c
- Loading branch information
Showing
9 changed files
with
99 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters