mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-17 19:46:51 +02:00
[cpu] remove avx detect and code blocks, try to switch to __builtin
Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
parent
794fe41aa2
commit
1389b85028
9 changed files with 20 additions and 68 deletions
|
@ -1285,9 +1285,9 @@ namespace crypto
|
|||
}
|
||||
}*/
|
||||
|
||||
void InitCrypto (bool precomputation, bool aesni, bool avx, bool force)
|
||||
void InitCrypto (bool precomputation, bool aesni, bool force)
|
||||
{
|
||||
i2p::cpu::Detect (aesni, avx, force);
|
||||
i2p::cpu::Detect (aesni, force);
|
||||
#if LEGACY_OPENSSL
|
||||
SSL_library_init ();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue