1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-04-30 09:12:39 -04:00

Final adjustments to make RandomX truely throttled

This commit is contained in:
Your Name
2024-05-04 11:06:10 +08:00
parent 531657cb45
commit 471fae0927
9 changed files with 135 additions and 29 deletions

25
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,25 @@
{
"files.associations": {
"chrono": "cpp",
"functional": "cpp",
"memory": "cpp",
"optional": "cpp",
"sstream": "cpp",
"*.ipp": "cpp",
"array": "cpp",
"*.tcc": "cpp",
"bitset": "cpp",
"tuple": "cpp",
"fstream": "cpp",
"iomanip": "cpp",
"istream": "cpp",
"limits": "cpp",
"mutex": "cpp",
"ostream": "cpp",
"numeric": "cpp",
"stop_token": "cpp",
"streambuf": "cpp",
"utility": "cpp",
"variant": "cpp"
}
}