From 13452604ebd175fd99aff4a30cfe5a519ab9cee4 Mon Sep 17 00:00:00 2001 From: contextswap Date: Thu, 4 May 2023 05:16:04 +0900 Subject: [PATCH] more explanation Signed-off-by: contextswap --- libi2pd/CPU.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libi2pd/CPU.cpp b/libi2pd/CPU.cpp index 2ee2dd5e..637e80cf 100644 --- a/libi2pd/CPU.cpp +++ b/libi2pd/CPU.cpp @@ -50,7 +50,9 @@ namespace cpu } } #endif // defined(__x86_64__) || defined(__i386__) -#ifdef __e2k__ +#ifdef __e2k__ // The reason this kind of static config is ok for Elbrus is because there are + // much less hardware revisions than x86, and a binary compiled + // on a newer Elbrus CPU will outright not work on a older model anyway. #ifdef __AES__ aesni = true; #endif