summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/cpu/autoAdjust.hpp
Commit message (Collapse)AuthorAgeFilesLines
* fix autoAdjust(non hwloc)psychocrypt2018-03-261-12/+2
| | | | - remove call `IsCurrencyMonero` with `cn_select_memory`
* fix usage of bytes instead of KBpsychocrypt2018-01-091-17/+14
| | | | | | | bug was introduced with #67 - increase the L3 sanity check to 2GiB - fix usage of byte instead of KB
* Fix cache size detectionTom Doemiller2018-01-091-1/+1
|
* rename `xmr` to `monero`psychocrypt2017-10-271-3/+3
| | | | | | - rename all `xmr` to `monero` - be insensitive while check for set currency - add function to compate two strings insensitive
* add aeon support to backend cpupsychocrypt2017-10-271-6/+20
| | | | | - update auto suggestion default and hwloc - extent hash function table to support aeon and xmr within one miner
* rename `Params` to `params`psychocrypt2017-09-301-2/+2
|
* fix compilepsychocrypt2017-09-301-1/+1
|
* cleanup includespsychocrypt2017-09-301-5/+7
|
* group filespsychocrypt2017-09-301-0/+172
- move source code to `src` - categorize files and move to group folder - change upper case class files to lower case - change C++ header to `*.hpp`
OpenPOWER on IntegriCloud