From 42fa6f74a340c5bcaee00b922aabcb61ba9dd726 Mon Sep 17 00:00:00 2001 From: SChernykh Date: Tue, 7 May 2019 20:10:33 +0200 Subject: [PATCH] Enabled CFROUND --- src/configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configuration.h b/src/configuration.h index e19deac..c77ebb2 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -104,11 +104,11 @@ Total sum of frequencies must be 256 #define RANDOMX_FREQ_FSQRT_R 6 #define RANDOMX_FREQ_CBRANCH 16 -#define RANDOMX_FREQ_CFROUND 0 +#define RANDOMX_FREQ_CFROUND 1 #define RANDOMX_FREQ_ISTORE 16 -#define RANDOMX_FREQ_NOP 1 +#define RANDOMX_FREQ_NOP 0 /* ------ 256 */