|
|
|
|
|
by dragontamer
1291 days ago
|
|
> few reasons to use AVX-512 on a CPU, Memcpy and memset are massively parallel operations used on a CPU all the time. But lets ignore the _easy_ problems. AES-GCM mode is massively parallelized as well, each 128-bit block of AES-GCM can run in parallel, so AVX512-AES encryption can process 4 blocks in parallel per clock tick. Linus is just somehow ignorant of this subject... |
|