From 030a9622cfc927b0d0e681c090727b229175b929 Mon Sep 17 00:00:00 2001 From: xmrig Date: Sat, 17 Aug 2019 14:05:36 +0700 Subject: [PATCH] Update CPU.md --- doc/CPU.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/CPU.md b/doc/CPU.md index 756d3a0c..645efaaf 100644 --- a/doc/CPU.md +++ b/doc/CPU.md @@ -1,7 +1,5 @@ # CPU backend -**Information in this document actual to version 2.99.5+** - All CPU related settings contains in one `cpu` object in config file, CPU backend allow specify multiple profiles and allow switch between them without restrictions by pool request or config change. Default auto-configuration create reasonable minimum of profiles which cover all supported algorithms. ### Example @@ -93,3 +91,6 @@ Mining threads priority, value from `1` (lowest priority) to `5` (highest possib #### `asm` Enable/configure or disable ASM optimizations. Possible values: `true`, `false`, `"intel"`, `"ryzen"`, `"bulldozer"`. + +#### `argon2-impl` (since v3.1.0) +Allow override automatically detected Argon2 implementation, this option added mostly for debug purposes, default value `null` means autodetect. Other possible values: `"x86_64"`, `"SSE2"`, `"SSSE3"`, `"XOP"`, `"AVX2"`, `"AVX-512F". Manual selection has no safe guards, if you CPU not support required instuctions, miner will crash.