mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
narrowed granularity of hardware feature support (#455)
Co-authored-by: Logan007 <you@example.com>
This commit is contained in:
co-authored by
Logan007
parent
7d565df3a6
commit
64361dcec1
+1
-1
@@ -105,7 +105,7 @@ So far, the following portions of n2n's code benefit from hardware features:
|
||||
```
|
||||
AES: AES-NI
|
||||
ChaCha20: SSE2, SSSE3
|
||||
SPECK: SSE4.2, AVX2, NEON
|
||||
SPECK: SSE2, SSSE3, AVX2, NEON
|
||||
Pearson Hashing: AES-NI
|
||||
Random Numbers: RDSEED, RDRND (not faster but more random seed)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user