mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 12:17:49 +02:00
more explanation
Signed-off-by: contextswap <ctxswp@proton.me>
This commit is contained in:
parent
519b605880
commit
13452604eb
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue