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>