cpuburn
A collection of cpuburn programs tuned for different ARM hardware
A collection of cpuburn programs tuned for different ARM hardware
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
Please sign in to use Codespaces.
If nothing happens, download GitHub Desktop and try again.
If nothing happens, download GitHub Desktop and try again.
If nothing happens, download Xcode and try again.
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Appears that the litecoin miner (https://github.com/pooler/cpuminer) compined with NEON support disabled was heating the CPU more than cpuburn-a7 implementation. So instead of mostly relying on floating point calculations, try the approach similar to the one used in cpuburn-krait and go for the highest IPC using only ARM instructions. Also borrow the unaligned LDR instructions from cpuburn-a53. The end result is quite good. Testing on the Orange Pi PC board clocked at 1.2GHz (current draw increase relative to idle): Old cpuburn-a7 : +290mA litecoin miner : +380mA New cpuburn-a7 : +580mA Signed-off-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
ad7e646
A collection of cpuburn programs tuned for different ARM hardware