1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-06-27 21:35:08 -04:00

Merge xmrig v6.5.2

This commit is contained in:
MoneroOcean
2020-11-13 19:47:22 +00:00
21 changed files with 197 additions and 43 deletions
+1
View File
@@ -41,6 +41,7 @@ namespace randomx {
class CompiledVm : public VmBase<softAes>
{
public:
inline CompiledVm() {}
void* operator new(size_t, void* ptr) { return ptr; }
void operator delete(void*) {}