[cpu] remove avx detect and code blocks, try to switch to __builtin

Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
r4sas 2023-08-10 03:09:21 +03:00
parent 794fe41aa2
commit 1389b85028
No known key found for this signature in database
GPG key ID: 66F6C87B98EBCFE2
9 changed files with 20 additions and 68 deletions

View file

@ -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