From 0fde6ef57a38918c39f36b1e25dd3b10a7c35767 Mon Sep 17 00:00:00 2001 From: xmrig Date: Sat, 17 Aug 2019 19:56:17 +0700 Subject: [PATCH] Update CPU.md --- doc/CPU.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CPU.md b/doc/CPU.md index 645efaaf..4d1f0858 100644 --- a/doc/CPU.md +++ b/doc/CPU.md @@ -93,4 +93,4 @@ Mining threads priority, value from `1` (lowest priority) to `5` (highest possib 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. +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.