1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-29 06:54:27 -05:00

Merged xmrig v6.21.2

This commit is contained in:
MoneroOcean
2024-03-24 09:42:58 -07:00
64 changed files with 2670 additions and 1631 deletions

View File

@@ -1456,6 +1456,6 @@ namespace randomx {
emitByte(0x90, code, codePos);
}
alignas(64) InstructionGeneratorX86 JitCompilerX86::engine[256] = {};
alignas(64) InstructionGeneratorX86 JitCompilerX86::engine[257] = {};
}