summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/cpu/crypto/cryptonight_aesni.h
Commit message (Collapse)AuthorAgeFilesLines
* XMR-Stak 2.3.0 RCxmr-stak-devs2018-03-251-60/+384
| | | | | | | Co-authored-by: psychocrypt <psychocryptHPC@gmail.com> Co-authored-by: fireice-uk <fireice-uk@users.noreply.github.com> Co-authored-by: Lee Clagett <code@leeclagett.com> Co-authored-by: curie-kief <curie-kief@users.noreply.github.com>
* CPU - cryptonight_aesni.h - rearranged prefetch instructions to allow more ↵Anthony Uk2017-12-251-7/+6
| | | | time for cache to charge
* Extend low_power_mode to do up to 5 cn hashes at a time.Grzegorz Hasse2017-12-061-15/+307
| | | | | | The "low_power_mode" option in config.txt can be set to numeral values between 1 and 5. A value of 5 seems optimal on certain processors with large L4 cache.
* add aeon support to backend cpupsychocrypt2017-10-271-26/+26
| | | | | - update auto suggestion default and hwloc - extent hash function table to support aeon and xmr within one miner
* rename soft_aes.cfireice-uk2017-10-041-3/+2
|
* group filespsychocrypt2017-09-301-0/+457
- 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