1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-15 19:02:44 -05:00

Added generic secure JIT support for RandomX.

This commit is contained in:
XMRig
2020-12-11 23:17:54 +07:00
parent f9c0933f05
commit ec62ded279
19 changed files with 227 additions and 110 deletions

View File

@@ -1,5 +1,7 @@
/*
Copyright (c) 2018-2019, tevador <tevador@gmail.com>
Copyright (c) 2018-2020, tevador <tevador@gmail.com>
Copyright (c) 2019-2020, SChernykh <https://github.com/SChernykh>
Copyright (c) 2019-2020, XMRig <https://github.com/xmrig>, <support@xmrig.com>
All rights reserved.
@@ -70,5 +72,8 @@ namespace randomx {
size_t getCodeSize() {
return 0;
}
void enableWriting() {}
void enableExecution() {}
void enableAll() {}
};
}