Commit graph

12 commits

Author SHA1 Message Date
Ben Gräf
77cb5b1196 Added possibility to overrule the PoW
Added PoW adaptions for upcoming AEON PoW changes
2018-03-16 15:49:17 +01:00
sebastianstolzenberg
353a39dade Adds separate v7 hash methods and cleans up pre-v7 hash functions (#67)
* Adds separate v7 hash methods and cleans up pre-v7 hash functions
2018-03-15 23:26:48 +01:00
sebastianstolzenberg
278720f5e9 Implemented Monero v1 pow changes
* Adds arm implementation and test code for single hash
* Fixed build break for when APP_DEBUG is set
* Applied new icons / design
2018-03-13 20:19:20 +01:00
BenDroid
3f46dfeb08 Fixed arm build 2018-03-03 21:34:20 +01:00
BenDroid
1cc45c5fdc Additional arm fix 2018-03-03 21:32:53 +01:00
BenDroid
55dc9eaec9 Fixed arm build 2018-03-03 21:31:51 +01:00
BenDroid
4f6200f057 Manual merge 2018-03-02 21:29:53 +01:00
BenDroid
e9edd366fe Merge remote-tracking branch 'refs/remotes/xmrig/master'
Conflicts:
	CHANGELOG.md
	README.md
	src/App.cpp
	src/App.h
	src/Cpu.cpp
	src/Options.cpp
	src/Options.h
	src/crypto/CryptoNight_arm.h
	src/crypto/CryptoNight_x86.h
	src/version.h
2018-03-02 21:29:33 +01:00
XMRig
184f79ad3f Fix code style, replace tabs to space #2. 2018-02-08 17:21:12 +07:00
Foudge
9a28ad590c up to 20% perf increase with Cryptonight with non-AES CPU
This time, the performance increase is got with MSVC and GCC. On non-AES CPU, there were an useless load/store SSE2 register. The last MSVC "hack" is replaced by a portable code and he's more complete (a load is saved).

On my C2Q6600, with 3 thread, I have +16% with MSVC2015 and +20% with GCC 7.3, compared to official 2.4.4 version.
2018-01-28 12:58:19 +01:00
Ben Gräf
cf868666d4
Preparation for #1.4.0 (#30)
- Fixed CPU affinity on Windows for NUMA and CPUs with lot of cores
- Implemented per thread configurable Multihash mode (double, triple, quadruple, quintuple)
- Rebased from XMRig 2.4.4
2018-01-19 19:42:06 +01:00
XMRig
aa4f8b6fa7 #216 Added ARMv7 support. 2017-11-26 22:23:23 +03:00
Renamed from src/crypto/CryptoNight_arm64.h (Browse further)