SChernykh
f126fa112e
RandomX: added performance profiler (for developers)
...
Also optimized Blake2b SSE4.1 code size to avoid code cache pollution.
2020-09-12 23:07:52 +02:00
xmrig
09bffdfb47
Merge pull request #1827 from cohcho/nonce_iteration_without_tests
...
nonce iteration optimization
2020-09-10 19:33:23 +07:00
xmrig
77b082501f
Merge pull request #1828 from SChernykh/dev
...
RandomX: added SSE4.1-optimized Blake2b
2020-09-10 19:31:51 +07:00
SChernykh
9a53285c5f
RandomX: added SSE4.1-optimized Blake2b
...
+0.15% on `rx/0`
+0.3% on `rx/wow`
2020-09-10 14:28:40 +02:00
cohcho
b183af0953
fix nonce mask
2020-09-09 19:39:52 +00:00
cohcho
5cf1494401
nonce iteration optimization
...
efficient and correct nonce iteration without duplicates
2020-09-09 10:03:37 +00:00
xmrig
74eae9cb95
Merge pull request #1823 from SChernykh/dev
...
RandomX: added parameter for scratchpad prefetch mode
2020-09-04 21:31:18 +07:00
SChernykh
f26d4274fc
RandomX: added parameter for scratchpad prefetch mode
...
`scratchpad_prefetch_mode` can have 4 values:
0: off
1: use `prefetcht0` instruction (default, same as previous XMRig versions)
2: use `prefetchnta` instruction (faster on Coffee Lake and a few other CPUs)
3: use `mov` instruction
2020-09-04 16:16:07 +02:00
XMRig
c11b30d547
v6.3.4
2020-08-28 23:50:16 +07:00
XMRig
67babba284
Merge branch 'master' into dev
2020-08-28 23:49:47 +07:00
XMRig
47f2573206
v6.3.3
2020-08-28 21:39:26 +07:00
XMRig
332c3bb159
Merge branch 'dev'
2020-08-28 21:38:55 +07:00
xmrig
87bcad1671
Update CHANGELOG.md
2020-08-28 21:25:26 +07:00
xmrig
5137f6cf23
Update README.md
2020-08-26 23:09:05 +07:00
XMRig
20c3c03501
Merge branch 'dev' of github.com:xmrig/xmrig into dev
2020-08-26 16:11:48 +07:00
XMRig
6bd6977df1
Fix colors on macOS.
2020-08-26 16:11:29 +07:00
xmrig
decc6eecf2
Merge pull request #1817 from SChernykh/dev
...
Fixed self-select login sequence
2020-08-25 21:23:19 +07:00
SChernykh
1dca648537
Fixed self-select login sequence
...
In self-select mode, we only have pool wallet right after login.
2020-08-25 16:17:48 +02:00
XMRig
e254283089
Fix compile warnings.
2020-08-24 10:04:46 +07:00
XMRig
6772ff6131
Add strip for clang.
2020-08-23 23:48:05 +07:00
XMRig
04f3abb4e2
Improved CUDA loader error reporting and fixed plugin load on Linux.
2020-08-23 21:30:12 +07:00
XMRig
eb9f98b8ce
Better scripts/build.*.sh compatibility.
2020-08-23 15:46:56 +07:00
XMRig
42576e91dc
Fix compile warning.
2020-08-23 14:22:08 +07:00
XMRig
c8bc3bbfef
Removed bzip2 dependency for hwloc build.
2020-08-21 09:14:22 +07:00
XMRig
1ca51c84e8
Fixed tag in OclLib.
2020-08-21 08:21:51 +07:00
XMRig
5850a2aa26
Disable GPU backends with static build on Linux.
2020-08-20 15:02:31 +07:00
XMRig
a577c15c92
Merge branch 'master' of https://github.com/alxnegrila/xmrig into dev
2020-08-20 14:40:53 +07:00
XMRig
87a3345fb5
v6.3.3-dev
2020-08-20 13:54:52 +07:00
XMRig
4128c60712
Merge branch 'master' into dev
2020-08-20 13:54:24 +07:00
xmrig
465b8d5a51
Update README.md
2020-08-20 13:44:20 +07:00
xmrig
cd8404735d
Update README.md
2020-08-20 13:43:20 +07:00
XMRig
9216c656b6
v6.3.2
2020-08-20 12:54:22 +07:00
XMRig
772a1a72d1
Merge branch 'dev'
2020-08-20 12:53:45 +07:00
xmrig
5deb54397b
Update CHANGELOG.md
2020-08-20 12:49:31 +07:00
XMRig
a99906b667
Merge branch 'battery-macos' of https://github.com/jtgrassie/xmrig into dev
2020-08-20 12:46:09 +07:00
xmrig
9b173bede3
Update CHANGELOG.md
2020-08-19 07:42:10 +07:00
XMRig
3baf926bb7
Fix compile warning
2020-08-17 06:08:14 +07:00
XMRig
25d8c2f2f3
Always use all available threads on ARM.
2020-08-16 17:36:38 +07:00
XMRig
e5e5b48216
Fixed compile warning and updated build.uv.sh.
2020-08-16 16:03:27 +07:00
XMRig
5aecbff89a
Merge branch 'dev' of github.com:xmrig/xmrig into dev
2020-08-16 15:47:57 +07:00
XMRig
0f7ae874e0
Added ARM CPU name detection based on lscpu code.
2020-08-16 15:47:29 +07:00
xmrig
b5833a280f
Merge pull request #1807 from SChernykh/dev
...
RandomX JIT: optimized address mask calculation
2020-08-12 21:48:20 +07:00
SChernykh
07d9abc90e
RandomX JIT: optimized address mask calculation
2020-08-12 16:45:16 +02:00
Jethro Grassie
1de4e4ddfd
fix macos battery detection
2020-08-11 18:04:56 -04:00
XMRig
c84a555e17
Merge branch 'dev' of github.com:xmrig/xmrig into dev
2020-08-07 21:55:06 +07:00
XMRig
660096ebb5
Fixed rare protocol error in HTTP client.
2020-08-07 21:54:22 +07:00
xmrig
67bce50132
Update CHANGELOG.md
2020-08-01 13:02:11 +07:00
XMRig
d3ddb76962
Fixed RandomX cache initialization if 1GB pages fails to allocate on a first NUMA node.
2020-08-01 12:30:02 +07:00
xmrig
fbf78d2789
Merge pull request #1794 from SChernykh/dev
...
More robust 1 GB pages handling
2020-07-31 20:45:27 +07:00
SChernykh
3d78f30171
Try to allocate scratchpad from dataset's 1 GB huge pages, if normal huge pages are not available
2020-07-31 13:37:22 +02:00