mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-23 12:09:22 +00:00
#2043 Fix compile warning.
This commit is contained in:
parent
cc2de4f768
commit
ea367da064
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ hashAndFillAes1Rx4_impl* softAESImpl = &hashAndFillAes1Rx4<1,1>;
|
||||||
|
|
||||||
void SelectSoftAESImpl(size_t threadsCount)
|
void SelectSoftAESImpl(size_t threadsCount)
|
||||||
{
|
{
|
||||||
constexpr int test_length_ms = 100;
|
constexpr uint64_t test_length_ms = 100;
|
||||||
const std::array<hashAndFillAes1Rx4_impl *, 4> impl = {
|
const std::array<hashAndFillAes1Rx4_impl *, 4> impl = {
|
||||||
&hashAndFillAes1Rx4<1,1>,
|
&hashAndFillAes1Rx4<1,1>,
|
||||||
&hashAndFillAes1Rx4<2,1>,
|
&hashAndFillAes1Rx4<2,1>,
|
||||||
|
|
Loading…
Reference in a new issue