mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-30 12:47:48 +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
|
@ -280,8 +280,6 @@ verify = true
|
|||
[cpuext]
|
||||
## Use CPU AES-NI instructions set when work with cryptography when available (default: true)
|
||||
# aesni = true
|
||||
## Use CPU AVX instructions set when work with cryptography when available (default: true)
|
||||
# avx = true
|
||||
## Force usage of CPU instructions set, even if they not found (default: false)
|
||||
## DO NOT TOUCH that option if you really don't know what are you doing!
|
||||
# force = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue