1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-11 01:22:45 -05:00

Fixed GCC 12 warnings

This commit is contained in:
SChernykh
2022-07-03 11:22:15 +02:00
parent e1478bfa94
commit e6c81d7166
3 changed files with 11 additions and 3 deletions

View File

@@ -104,6 +104,8 @@ namespace randomx {
for (unsigned i = 0; i < RegisterCountFlt; ++i)
rx_store_vec_f128(&reg.e[i].lo, nreg.e[i]);
cleanup();
}
template<int softAes>