From cc4351d49fe7b2cabf8a9356d5e42ae302a43119 Mon Sep 17 00:00:00 2001 From: xmrig Date: Tue, 6 Aug 2019 13:23:51 +0700 Subject: [PATCH] Update CPU.md --- doc/CPU.md | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/doc/CPU.md b/doc/CPU.md index b93651f4..f5d07745 100644 --- a/doc/CPU.md +++ b/doc/CPU.md @@ -22,16 +22,8 @@ Example below demonstrate all primary ideas of flexible profiles configuration: "hw-aes": null, "priority": null, "asm": true, - "rx/wow": [ - -1, - -1, - -1, - -1, - ], - "cn": [ - 0, - 2 - ], + "rx/wow": [-1, -1, -1, -1], + "cn": [0, 2], "cn-lite": [ { "intensity": 2, @@ -42,13 +34,8 @@ Example below demonstrate all primary ideas of flexible profiles configuration: "affinity": 2 } ], - "custom-profile": [ - 0, - 2, - ], - "*": [ - -1 - ], + "custom-profile": [0, 2], + "*": [-1], "cn/r": "custom-profile", "cn/0": false }