mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 20:27:49 +02:00
more booleans
Signed-off-by: contextswap <ctxswp@proton.me>
This commit is contained in:
parent
13452604eb
commit
0467d5c698
1 changed files with 2 additions and 2 deletions
|
@ -54,10 +54,10 @@ namespace cpu
|
||||||
// much less hardware revisions than x86, and a binary compiled
|
// much less hardware revisions than x86, and a binary compiled
|
||||||
// on a newer Elbrus CPU will outright not work on a older model anyway.
|
// on a newer Elbrus CPU will outright not work on a older model anyway.
|
||||||
#ifdef __AES__
|
#ifdef __AES__
|
||||||
aesni = true;
|
if (AesSwitch) aesni = true;
|
||||||
#endif
|
#endif
|
||||||
#ifdef __AVX__
|
#ifdef __AVX__
|
||||||
avx = true;
|
if (AvxSwitch) avx = true;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue