Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| d8ef2806 | 2012-04-21 20:00:05 | work_restart should only be changed by cgminer.c now | ||
| e131dfab | 2012-03-13 12:18:23 | Unify drivers as driver-*.c and add driver name to API | ||
| 713e8be6 | 2012-02-04 14:22:47 | move CPU chipset specific optimization into device-cpu | ||
| b9d197de | 2012-01-17 16:29:01 | Refactor the CPU scanhash_* functions to use a common API. Fixes bugs. - Before, some returned bool, and others returned int (which was then turned into a bool with a comparison); now, everything returns a bool - Before, some set hashes_done to nonce - 1 when a share was found and others set it to nonce + 1 or 2. This caused some algorithms to scan/submit shares twice with the new cpu_scanhash function. Now, it has all been replaced with last_nonce, which is set to the final nonce checked by the scanhash_* func. - VIA needs the full data, and cannot use midstate. All the others were expecting midstate and data+64 for their parameters. Now, we pass midstate and the full data pointer, and let the scanhash_* function choose which to use. | ||
| a51514d9 | 2011-12-27 10:30:04 | White space cleanup. | ||
| 5133cf5b | 2011-10-09 12:22:00 | Add altivec 4 way support courtesy of Gilles Risch. |